Class ConeTwistJointDef3D
Definition of a 3D Hinge Joint.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class ConeTwistJointDef3D : JointDef3D<IConeTwistJoint3D>
Fields
AFrame
A frame.
Declaration
public Matrix4x4 AFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |
BFrame
B-frame.
Declaration
public Matrix4x4 BFrame
Field Value
Type | Description |
---|---|
Matrix4x4 |
HighLimit
The upper limit.
Declaration
public float HighLimit
Field Value
Type | Description |
---|---|
float |
LowLimit
The upper limit.
Declaration
public float LowLimit
Field Value
Type | Description |
---|---|
float |
MaxMotorImpulse
Motor impulse.
Declaration
public float MaxMotorImpulse
Field Value
Type | Description |
---|---|
float |
MotorTargetVelocity
Motor's target velocity.
Declaration
public float MotorTargetVelocity
Field Value
Type | Description |
---|---|
float |
UseLimits
Uses limits.
Declaration
public bool UseLimits
Field Value
Type | Description |
---|---|
bool |
UseMotor
Uses a hinge motor.
Declaration
public bool UseMotor
Field Value
Type | Description |
---|---|
bool |