VelocityConstraintMode
This mode determines how velocity is constrained within a system. It allows the velocity to be limited along a line, within a plane, or by a specific vector. Each mode's behavior depends on the RelativeTo
property for further details.
Items
Line
0
Restricts the velocity along a single line. The line's direction is defined by the RelativeTo
property:
- Attachment0: The line will align with the primary axis of Attachment0
.
- Attachment1: The line will align with the primary axis of Attachment1
.
- World: The exact line direction must be explicitly provided.
Plane
1
Restricts velocity to within a plane. The plane's tangent directions are determined by the RelativeTo
property:
- Attachment0: Tangent directions are derived from the two axes of Attachment0
.
- Attachment1: Tangent directions are derived from the two axes of Attachment1
.
- World: Both tangent directions of the plane must be explicitly defined.
Vector
2
Ensures the velocity matches the components of a specified vector. The vector's coordinate system is defined by the RelativeTo
property:
- Attachment0: The vector components are relative to the axes of Attachment0
.
- Attachment1: The vector components are relative to the axes of Attachment1
.
- World: The vector components must be explicitly defined in the global coordinate system.
Last updated