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

NiPSysDragModifier

Particle modifier that applies a linear drag force 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 NiPSysDragModifier
Drag Object Ptr<NiAVObject> The object whose position and orientation are the basis of the force.
Drag Axis Vector3 The local direction of the force.
Percentage float The amount of drag to apply to particles.
Range float The distance up to which particles are fully affected.
Range Falloff float The distance at which particles cease to be affected.

Parent Of