NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

NiPSSimulatorGeneralStep

Encapsulates a floodgate kernel that updates particle size, colors, and rotations.

Attributes

Name Type Description
From NiObject
From NiPSSimulatorStep
From NiPSSimulatorGeneralStep
Num Size Keys byte
Size Keys Key<float> The particle size keys.
Size Loop Behavior PSLoopBehavior The loop behavior for the size keys.
Num Color Keys byte
Color Keys Key<ByteColor4> The particle color keys.
Color Loop Behavior PSLoopBehavior The loop behavior for the color keys.
Num Rotation Keys byte
Rotation Keys QuatKey<Quaternion> The particle rotation keys.
Rotation Loop Behavior PSLoopBehavior The loop behavior for the rotation keys.
Grow Time float The the amount of time over which a particle's size is ramped from 0.0 to 1.0 in seconds
Shrink Time float The the amount of time over which a particle's size is ramped from 1.0 to 0.0 in seconds
Grow Generation ushort Specifies the particle generation to which the grow effect should be applied. This is usually generation 0, so that newly created particles will grow.
Shrink Generation ushort Specifies the particle generation to which the shrink effect should be applied. This is usually the highest supported generation for the particle system, so that particles will shrink immediately before getting killed.

Parent Of