Class ConeTwistJointDef3D
Definition of a Hinge 3D 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 high limit.
Declaration
public float HighLimit
Field Value
Type | Description |
---|---|
float |
LowLimit
The high limit.
Declaration
public float LowLimit
Field Value
Type | Description |
---|---|
float |
MaxMotorImpulse
Motor impulse.
Declaration
public float MaxMotorImpulse
Field Value
Type | Description |
---|---|
float |
MotorTargetVelocity
Motor target velocity.
Declaration
public float MotorTargetVelocity
Field Value
Type | Description |
---|---|
float |
UseLimits
Use limits.
Declaration
public bool UseLimits
Field Value
Type | Description |
---|---|
bool |
UseMotor
Use hinge motor.
Declaration
public bool UseMotor
Field Value
Type | Description |
---|---|
bool |