프로퍼티 | 타입 | 설명 | |
---|---|---|---|
age | float | ||
color | Color | ||
is_alive | bool | ||
logic | IParticleLogic | ||
position | Vector3 | ||
region | TextureRegion | ||
scale | Vector2 | ||
world | Matrix |
메소드 | 설명 | |
---|---|---|
Create ( IParticleLogic logic, float life ) : void | ||
Destroy ( ) : void | ||
Update ( double elapsed ) : void | ||
UpdateWorldMatrix ( Camera camera ) : void |
public Create ( IParticleLogic logic, float life ) : void | ||
logic | IParticleLogic | |
life | float | |
리턴 | void |