Property | Type | Description | |
---|---|---|---|
age | float | ||
color | Color | ||
is_alive | bool | ||
logic | IParticleLogic | ||
position | Vector3 | ||
region | TextureRegion | ||
scale | Vector2 | ||
world | Matrix |
Method | Description | |
---|---|---|
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 | |
return | void |
public UpdateWorldMatrix ( Camera camera ) : void | ||
camera | Camera | |
return | void |