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

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

공개 프로퍼티들

프로퍼티 타입 설명
alphaAmount float
alphaRate float
color Color
dim Vector2
expandAmount float
expansionRate float
img Microsoft.Xna.Framework.Graphics.Texture2D
pos Vector2
time float
totalTime float

공개 메소드들

메소드 설명
Explosion ( string i, Vector2 p, float e, float a, float t, Color c ) : System
draw ( float layer ) : void
update ( ) : bool

메소드 상세

Explosion() 공개 메소드

public Explosion ( string i, Vector2 p, float e, float a, float t, Color c ) : System
i string
p Vector2
e float
a float
t float
c Color
리턴 System

draw() 공개 메소드

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

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

alphaAmount 공개적으로 프로퍼티

public float alphaAmount
리턴 float

alphaRate 공개적으로 프로퍼티

public float alphaRate
리턴 float

color 공개적으로 프로퍼티

public Color color
리턴 Color

dim 공개적으로 프로퍼티

public Vector2 dim
리턴 Vector2

expandAmount 공개적으로 프로퍼티

public float expandAmount
리턴 float

expansionRate 공개적으로 프로퍼티

public float expansionRate
리턴 float

img 공개적으로 프로퍼티

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

pos 공개적으로 프로퍼티

public Vector2 pos
리턴 Vector2

time 공개적으로 프로퍼티

public float time
리턴 float

totalTime 공개적으로 프로퍼티

public float totalTime
리턴 float