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

상속: Microsoft.Xna.Framework.Graphics.Sprite
파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 메소드들

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

메소드 상세

Orb() 공개 메소드

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

draw() 공개 메소드

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

update() 공개 메소드

public update ( ) : bool
리턴 bool