NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Name | Type | Description |
---|---|---|
Sliding A | Vector4 | Describes the axis the object is able to travel along. Unit vector. |
Rotation A | Vector4 | Rotation axis. |
Plane A | Vector4 | Plane normal. Describes the plane the object is able to move on. |
Pivot A | Vector4 | Pivot. |
Sliding B | Vector4 | Describes the axis the object is able to travel along in B coordinates. Unit vector. |
Rotation B | Vector4 | Rotation axis. |
Plane B | Vector4 | Plane normal. Describes the plane the object is able to move on in B coordinates. |
Pivot B | Vector4 | Pivot in B coordinates. |
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. |
Motor | MotorDescriptor |