Enum HingeJoint.Flag
enum Flag
: int { ... }
Enum members
Name | Description |
---|---|
flagEnableMotor
|
When activated, a motor turns the hinge. |
flagMax
|
Represents the size of the flag enum.
|
flagUseLimit
|
If true , the hinges maximum and minimum rotation, defined by angularLimit/lower and angularLimit/upper has effects.
|