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

bhkBreakableConstraint

A breakable constraint.

Attributes

Name Type Description
From NiObject
From bhkRefObject
From bhkSerializable
From bhkConstraint
Num Entities uint Number of bodies affected by this constraint.
Entities Ptr<bhkEntity> The entities affected by this constraint.
Priority uint Usually 1. Higher values indicate higher priority of this constraint?
From bhkBreakableConstraint
Constraint Data ConstraintData Constraint within constraint.
Threshold float Amount of force to break the rigid bodies apart?
Remove When Broken bool No: Constraint stays active. Yes: Constraint gets removed when breaking threshold is exceeded.

Parent Of