C# 클래스 Touhou.ExampleSprite.ExampleSprite.Sprite

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
angle float
color Color
dim Vector2
dir Vector2
drops string[]
health float
img Microsoft.Xna.Framework.Graphics.Texture2D
imgA AnimatedTexture
pos Vector2
radians float
rect Microsoft.Xna.Framework.Rectangle
scripts System.Script[]
speed float
spinAngle float
type drawType

공개 메소드들

메소드 설명
Sprite ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Sprite ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
Sprite ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
Sprite ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty ) : System
draw ( float layer ) : void
homeIn ( ) : void
update ( ) : bool

메소드 상세

Sprite() 공개 메소드

public Sprite ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
d Vector2
c Color
ty drawType
리턴 System

Sprite() 공개 메소드

public Sprite ( AnimatedTexture t, Vector2 p, float a, float s, Color c, drawType ty ) : System
t AnimatedTexture
p Vector2
a float
s float
c Color
ty drawType
리턴 System

Sprite() 공개 메소드

public Sprite ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, Vector2 d, Color c, drawType ty ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
d Vector2
c Color
ty drawType
리턴 System

Sprite() 공개 메소드

public Sprite ( Microsoft.Xna.Framework.Graphics.Texture2D t, Vector2 p, float a, float s, Color c, drawType ty ) : System
t Microsoft.Xna.Framework.Graphics.Texture2D
p Vector2
a float
s float
c Color
ty drawType
리턴 System

draw() 공개 메소드

public draw ( float layer ) : void
layer float
리턴 void

homeIn() 공개 메소드

public homeIn ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

angle 공개적으로 프로퍼티

public float angle
리턴 float

color 공개적으로 프로퍼티

public Color color
리턴 Color

dim 공개적으로 프로퍼티

public Vector2 dim
리턴 Vector2

dir 공개적으로 프로퍼티

public Vector2 dir
리턴 Vector2

drops 공개적으로 프로퍼티

public string[] drops
리턴 string[]

health 공개적으로 프로퍼티

public float health
리턴 float

img 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics img
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

imgA 공개적으로 프로퍼티

public AnimatedTexture imgA
리턴 AnimatedTexture

pos 공개적으로 프로퍼티

public Vector2 pos
리턴 Vector2

radians 공개적으로 프로퍼티

public float radians
리턴 float

rect 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework rect
리턴 Microsoft.Xna.Framework.Rectangle

scripts 공개적으로 프로퍼티

public Script[],System scripts
리턴 System.Script[]

speed 공개적으로 프로퍼티

public float speed
리턴 float

spinAngle 공개적으로 프로퍼티

public float spinAngle
리턴 float

type 공개적으로 프로퍼티

public drawType type
리턴 drawType