Class HingeJointFlag
Flags that control hinge joint options.
Inheritance
System.Object
HingeJointFlag
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class HingeJointFlag : Enum
Fields
Drive
The joint drive is enabled.
Declaration
public const HingeJointFlag Drive
Field Value
HingeJointFlag
|
Limit
The joint limit is enabled.
Declaration
public const HingeJointFlag Limit
Field Value
HingeJointFlag
|
None
value__
Declaration
public int value__
Field Value
System.Int32
|