ActuatorRelativeTo
Last updated
ActuatorRelativeTo is an Enum specifies the reference coordinatate system in which a physical Constraint operates.
This is used as a RelativeTo property in constraint classes such as LinearVelocity, AngularVelocity, and VectorForce and determines which coordinate system the vector values (velocity, force, angular velocity) are to be interpreted relative to.
Attachment0
0
Constraint operates based on the coordinate system of Attachment0.
Attachment1
1
Constraint operates based on the coordinate system of Attachment1.
World
2
Constraint operates based on the world coordinate system.
Last updated