Class PrismaticJointDef2D
Definition of a 2D Prismatic Joint.
Inherited Members
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public class PrismaticJointDef2D : JointDef2D<IPrismaticJoint2D>
Fields
AxisAngle
The local translation axis (radians).
Declaration
public float AxisAngle
Field Value
Type | Description |
---|---|
float |
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 |
TranslationLimitsDef
Translation limits.
Declaration
public LimitsDef TranslationLimitsDef
Field Value
Type | Description |
---|---|
LimitsDef |