NIF File Format Documentation

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

NiPSysPlanarCollider

Particle Collider object which particles will interact with.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiPSysCollider
Bounce float Defines amount of bounce the collider object has.
Spawn on Collide bool Unknown.
Die on Collide bool Kill particles on impact if set to yes.
Spawn Modifier Ref<NiPSysSpawnModifier> Link to NiPSysSpawnModifier object?
Parent Ptr<NiObject> Link to parent.
Next Collider Ref<NiObject> The next collider.
Collider Object Ptr<NiNode> Links to a NiNode that will define where in object space the collider is located/oriented.
From NiPSysPlanarCollider
Width float Defines the width of the plane.
Height float Defines the height of the plane.
X Axis Vector3 Defines Orientation.
Y Axis Vector3 Defines Orientation.

Parent Of