Extends BBMOD_ParticleModule
constructor
new BBMOD_SphereEmissionModule([_radius[, _inside]])
A particle module that positions spawned particles into a sphere shape.
Name | Type | Description |
---|---|---|
_radius | Real |
The radius of the sphere. Defaults to 0.5. |
_inside | Bool |
Whether the particles can be spawned inside the sphere. Defaults to true . |
Name | Description |
---|---|
Inside | If true , then the particles can be spawned inside the sphere. Default value is true . |
Radius | The radius of the sphere. Default value is 0.5. |
BBMOD_EParticle.PositionX, BBMOD_EParticle.PositionY, BBMOD_EParticle.PositionZ
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.