BBMOD_MixSpeedModule

Extends BBMOD_ParticleModule

constructor

new BBMOD_MixSpeedModule([_from[, _to]])

Description

A particle module that randomly sets initial magnitude of particles' velocity vector.

Arguments

Name Type Description
_from Real The minimum velocity vector magnitude. Defaults to 1.0.
_to Real The maximum velocity vector magnitude. Defaults to _from.

Properties

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.

See also

BBMOD_EParticle.VelocityX, BBMOD_EParticle.VelocityY, BBMOD_EParticle.VelocityZ

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.