Class RevoluteJointDef2D
Definition of a 2D Revolute Joint.
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public class RevoluteJointDef2D : JointDef2D<IRevoluteJoint2D>
Fields
AngleLimitDef
Angle limits.
Declaration
public AngleLimitsDef AngleLimitDef
Field Value
Type | Description |
---|---|
AngleLimitsDef |
MotorDef
Motor properties.
Declaration
public MotorDef MotorDef
Field Value
Type | Description |
---|---|
MotorDef |
ReferenceAngle
The bodyB angle minus bodyA angle in the reference state (radians).
Declaration
public float ReferenceAngle
Field Value
Type | Description |
---|---|
float |