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 NiPSysGrowFadeModifier | ||
| Grow Time | float | The time taken to grow from 0 to their specified size. |
| 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. |
| Fade Time | float | The time taken to shrink from their specified size to 0. |
| Fade 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. |
| Base Scale | float | A multiplier on the base particle scale. |