NIF File Format Documentation

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

bhkPrismaticConstraint

A prismatic constraint.

Attributes

Name Type Arg Arr1 Arr2 Cond Description FromTo
From NiObject
From bhkRefObject
From bhkSerializable
From bhkConstraint
Num Entities uint Number of bodies affected by this constraint.
Entities Ptr<bhkEntity> Num Entities The entities affected by this constraint.
Priority uint Usually 1. Higher values indicate higher priority of this constraint?
From bhkPrismaticConstraint
Pivot A Vector4 Pivot A.
Rotation Vector4 4 4x4 rotation matrix, rotates the child entity.
Pivot B Vector4 Pivot B.
Sliding Axis Vector4 Describes the axis the object is able to travel along. Unit vector.
Plane Vector4 Plane normal. Describes the plane the object is able to move on.
Min Distance float Describe the min distance the object is able to travel.
Max Distance float Describe the max distance the object is able to travel.
Friction float Friction.
Unknown Byte 1 byte Unknown 20.2.0.7

Parent Of