BBMOD_SphereEmissionModule

Extends BBMOD_ParticleModule

constructor

new BBMOD_SphereEmissionModule([_radius[, _inside]])

Description

A particle module that positions spawned particles into a sphere shape.

Arguments

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.

Properties

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.

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.