Struct FreezeOptions
Freeze option, which restricts degrees of freedom along one or more specific axes
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
[Serializable]
public struct FreezeOptions
Fields
x
Declaration
public bool x
Field Value
Type | Description |
---|---|
System.Boolean | Corresponding to the x-axis |
y
Declaration
public bool y
Field Value
Type | Description |
---|---|
System.Boolean | Corresponding to the y-axis |
z
Declaration
public bool z
Field Value
Type | Description |
---|---|
System.Boolean | Corresponding to the z-axis |