Extends BBMOD_ParticleModule
constructor
new BBMOD_AABBEmissionModule([_min[, _max[, _inside]]])
A particle module that positions spawned particles into an AABB shape.
Name | Type | Description |
---|---|---|
_min | Struct.BBMOD_Vec3 |
The minimum coordinate of the AABB. Defaults to (-0.5, -0.5, -0.5) . |
_max | Struct.BBMOD_Vec3 |
The maximum coordinate of the AABB. Defaults to (0.5, 0.5, 0.5) . |
_inside | Bool |
If true then the particles can be spawned inside of the AABB. Defaults to true . |
Name | Description |
---|---|
Inside | If true then the particles can be spawned inside of the AABB. Default value is true . |
Max | The maximum coordinate of the AABB. Default value is to (0.5, 0.5, 0.5) . |
Min | The minimum coordinate of the AABB. Default value is to (-0.5, -0.5, -0.5) . |
BBMOD_EParticle.PositionX, BBMOD_EParticle.PositionY, BBMOD_EParticle.PositionZ
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.