Property | Type | Description | |
---|---|---|---|
Active | bool | ||
Position | Vector3 |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ParticleEffect ( Vector3 position, Texture texture, int spawnRate, int lifeSpan, bool gravity ) : System | ||
Render ( ) : void | ||
Update ( ) : void |
public ParticleEffect ( Vector3 position, Texture texture, int spawnRate, int lifeSpan, bool gravity ) : System | ||
position | Vector3 | |
texture | Texture | |
spawnRate | int | |
lifeSpan | int | |
gravity | bool | |
return | System |