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

NiPSysAgeDeathModifier

Particle modifier that controls and updates the age of particles in the system.

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 NiPSysAgeDeathModifier
Spawn on Death bool Should the particles spawn on death?
Spawn Modifier Ref<NiPSysSpawnModifier> The spawner to use on death.

Parent Of