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

NiPSysPlanarCollider

Particle Collider object which particles will interact with.

Attributes

Name Type Description
From NiObject
From NiPSysCollider
Bounce float Amount of bounce for the collider.
Spawn on Collide bool Spawn particles on impact?
Die on Collide bool Kill particles on impact?
Spawn Modifier Ref<NiPSysSpawnModifier> Spawner to use for the collider.
Parent Ptr<NiPSysColliderManager> Link to parent.
Next Collider Ref<NiPSysCollider> The next collider.
Collider Object Ptr<NiAVObject> The object whose position and orientation are the basis of the collider.
From NiPSysPlanarCollider
Width float Width of the plane along the X Axis.
Height float Height of the plane along the Y Axis.
X Axis Vector3 Axis defining a plane, relative to Collider Object.
Y Axis Vector3 Axis defining a plane, relative to Collider Object.

Parent Of