Свойство | Type | Description | |
---|---|---|---|
LengthMultiplier | float | ||
Type | ParticleType | ||
Velocity | Vector2 |
Méthode | Description | |
---|---|---|
GetRandom ( float minVel, float maxVel ) : |
||
ParticleState ( Vector2 velocity, ParticleType type, float lengthMultiplier = 1f ) : System | ||
UpdateParticle ( ParticleManager |
public static GetRandom ( float minVel, float maxVel ) : |
||
minVel | float | |
maxVel | float | |
Résultat |
public ParticleState ( Vector2 velocity, ParticleType type, float lengthMultiplier = 1f ) : System | ||
velocity | Vector2 | |
type | ParticleType | |
lengthMultiplier | float | |
Résultat | System |
public static UpdateParticle ( ParticleManager |
||
particle | ParticleManager |
|
Résultat | void |