Class AngleLimitsDef
Angle limit properties.
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public class AngleLimitsDef
Fields
EnableLimits
A flag to enable the joint limits.
Declaration
public bool EnableLimits
Field Value
Type | Description |
---|---|
bool |
LowerAngle
The lower angle for the joint limit (radians).
Declaration
public float LowerAngle
Field Value
Type | Description |
---|---|
float |
UpperAngle
The upper angle for the joint limit (radians).
Declaration
public float UpperAngle
Field Value
Type | Description |
---|---|
float |