Свойство | Тип | Описание | |
---|---|---|---|
LengthMultiplier | float | ||
Type | ParticleType | ||
Velocity | Vector2 |
Метод | Описание | |
---|---|---|
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 | |
Результат |
public ParticleState ( Vector2 velocity, ParticleType type, float lengthMultiplier = 1f ) : System | ||
velocity | Vector2 | |
type | ParticleType | |
lengthMultiplier | float | |
Результат | System |
public static UpdateParticle ( ParticleManager |
||
particle | ParticleManager |
|
Результат | void |