BBMOD_AABBEmissionModule

Extends BBMOD_ParticleModule

constructor

new BBMOD_AABBEmissionModule([_min[, _max[, _inside]]])

Description

A particle module that positions spawned particles into an AABB shape.

Arguments

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.

Properties

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).

See also

BBMOD_EParticle.PositionX, BBMOD_EParticle.PositionY, BBMOD_EParticle.PositionZ

Do you find this page helpful?

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