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

NiPSysRotationModifier

Particle modifier that adds rotations to particles.

Attributes

Name Type Description
From NiObject
From NiPSysModifier
Name string Used to locate the modifier.
Order uint Modifier ID in the particle modifier chain (always a multiple of 1000)?
Target Ptr<NiParticleSystem> NiParticleSystem parent of this modifier.
Active bool Whether or not the modifier is active.
From NiPSysRotationModifier
Rotation Speed float Initial Rotation Speed in radians per second.
Rotation Speed Variation float Distributes rotation speed over the range [Speed - Variation, Speed + Variation].
Rotation Angle float Initial Rotation Angle in radians.
Rotation Angle Variation float Distributes rotation angle over the range [Angle - Variation, Angle + Variation].
Random Rot Speed Sign bool Randomly negate the initial rotation speed?
Random Axis bool Assign a random axis to new particles?
Axis Vector3 Initial rotation axis.

Parent Of