Extends BBMOD_ParticleModule
constructor
new BBMOD_MixSpeedModule([_from[, _to]])
A particle module that randomly sets initial magnitude of particles' velocity vector.
Name | Type | Description |
---|---|---|
_from | Real |
The minimum velocity vector magnitude. Defaults to 1.0. |
_to | Real |
The maximum velocity vector magnitude. Defaults to _from . |
Name | Description |
---|---|
From | The minimum velocity vector magnitude. Default value is 1.0. |
To | The maximum velocity vector magnitude. Default value is the same as BBMOD_MixSpeedModule.From. |
BBMOD_EParticle.VelocityX, BBMOD_EParticle.VelocityY, BBMOD_EParticle.VelocityZ
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.