Enum PhysicsServerSingleton.G6DOFJointAxisFlag

enum G6DOFJointAxisFlag : int { ... }

Enum members

NameDescription
g6dofJointFlagEnableAngularLimit If set there is rotational motion possible.
g6dofJointFlagEnableLinearLimit If set there is linear motion possible within the given limits.
g6dofJointFlagEnableLinearMotor If set there is a linear motor on this axis that targets a specific velocity.
g6dofJointFlagEnableMotor If set there is a rotational motor across these axes.