BBMOD_SetVec4Module

Extends BBMOD_ParticleModule

constructor

new BBMOD_SetVec4Module([_property[, _value]])

Description

A universal particle module that sets initial value of four consecutive particle properties when it is spawned.

Arguments

Name Type Description
_property Real The first property. Use values from BBMOD_EParticle. Defaults to undefined.
_value Struct.BBMOD_Vec4 The initial value of the properties. Defaults to (0.0, 0.0, 0.0, 0.0).

Properties

Name Description
Property The first property. Use values from BBMOD_EParticle. Default value is undefined.
Value The initial value of the properties. Default value is (0.0, 0.0, 0.0, 0.0).

See also

BBMOD_EParticle

Do you find this page helpful?

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