Enum Generic6DOFJoint.Flag

enum Flag : int { ... }

Enum members

NameDescription
flagEnableAngularLimit If enabled, rotational motion is possible within the given limits.
flagEnableAngularSpring
flagEnableLinearLimit If enabled, linear motion is possible within the given limits.
flagEnableLinearMotor If enabled, there is a linear motor across these axes.
flagEnableLinearSpring
flagEnableMotor If enabled, there is a rotational motor across these axes.
flagMax Represents the size of the flag enum.