Méthode | Description | |
---|---|---|
Create ( ) : void |
Creates this instance.
|
|
Draw ( |
Draws the specified particle.
|
|
Update ( |
Updates the specified particle. This should NOT do physics, but everything else. Assume that the physics is performed before this is called.
|
public Draw ( |
||
particle | The particle. | |
Résultat | void |
public Update ( |
||
particle | The particle. | |
Résultat | void |