What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

particleSystemParameters()

The particleSystemParameters EffectController. This class is a dynamically created EffectController (with base type 'Vector4'), and is therefor non-instantiable. To get a new instance, use 'nc.effectControllers['particleSystemParameters'].new'particleSystemParameters()'. To create a new instance, use 'nc.effectControllers['particleSystemParameters'].new'.

new particleSystemParameters()

MEMBERS

addMotion :particleSystemParametersAddMotion

Object containing the 'addMotion' functions for this Vector's components.

globalDeathTime :number

The globalDeathTime component. This is a pseudonim for the w vector component.

localTime :number

The localTime component. This is a pseudonim for the x vector component.

localTimeDelta :number

The localTimeDelta component. This is a pseudonim for the y vector component.

randomSeed :number

The randomSeed component. This is a pseudonim for the z vector component.

swoop :particleSystemParametersSwoop

Object containing the swoopers for this Vector's components.