NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
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 NiPSysEmitter | ||
Speed | float | Speed / Inertia of particle movement. |
Speed Variation | float | Adds an amount of randomness to Speed. |
Declination | float | Declination / First axis. |
Declination Variation | float | Declination randomness / First axis. |
Planar Angle | float | Planar Angle / Second axis. |
Planar Angle Variation | float | Planar Angle randomness / Second axis . |
Initial Color | Color4 | Defines color of a birthed particle. |
Initial Radius | float | Size of a birthed particle. |
Radius Variation | float | Particle Radius randomness. |
Life Span | float | Duration until a particle dies. |
Life Span Variation | float | Adds randomness to Life Span. |
From NiPSysVolumeEmitter | ||
Emitter Object | Ptr<NiNode> | Node parent of this modifier? |
From NiPSysBoxEmitter | ||
Width | float | |
Height | float | |
Depth | float |