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

PropagationMode

The propagation mode controls scene graph traversal during collision detection operations for NiCollisionData.

Choices

Number Name Description
0 PROPAGATE_ON_SUCCESS Propagation only occurs as a result of a successful collision.
1 PROPAGATE_ON_FAILURE (Deprecated) Propagation only occurs as a result of a failed collision.
2 PROPAGATE_ALWAYS Propagation always occurs regardless of collision result.
3 PROPAGATE_NEVER Propagation never occurs regardless of collision result.

Storage Type

uint

Found In