NIF File Format Documentation

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

NiCollisionObject

This is the most common collision object found in NIF files. It acts as a real object that
is visible and possibly (if the body allows for it) interactive. The node itself
is simple, it only has three properties.
For this type of collision object, bhkRigidBody or bhkRigidBodyT is generally used.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From NiCollisionObject
Target Ptr<NiAVObject> Index of the AV object referring to this collision object.

Parent Of