Class RigidBodyDef3D
Definition of a Rigid Body 3D.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public class RigidBodyDef3D : PhysicBodyDef3D<IRigidBody3D>
Fields
AdditionalAngularDampingFactor
Additional angular damping threshold.
Declaration
public float AdditionalAngularDampingFactor
Field Value
Type | Description |
---|---|
float |
AdditionalAngularDampingThresholdSqr
Additional angular damping threshold (Sqr).
Declaration
public float AdditionalAngularDampingThresholdSqr
Field Value
Type | Description |
---|---|
float |
AdditionalDamping
Has additional damping information.
Declaration
public bool AdditionalDamping
Field Value
Type | Description |
---|---|
bool |
AdditionalDampingFactor
Additional damping factor.
Declaration
public float AdditionalDampingFactor
Field Value
Type | Description |
---|---|
float |
AdditionalLinearDampingThresholdSqr
Additional linear damping threshold (Sqr).
Declaration
public float AdditionalLinearDampingThresholdSqr
Field Value
Type | Description |
---|---|
float |
AngularDamping
Angular damping is use to reduce the angular velocity.
Declaration
public float AngularDamping
Field Value
Type | Description |
---|---|
float |
AngularFactor
The angular factor.
Declaration
public Vector3 AngularFactor
Field Value
Type | Description |
---|---|
Vector3 |
AngularSleepingThreshold
The angular sleeping threshold.
Declaration
public float AngularSleepingThreshold
Field Value
Type | Description |
---|---|
float |
AngularVelocity
The linear velocity.
Declaration
public Vector3 AngularVelocity
Field Value
Type | Description |
---|---|
Vector3 |
Gravity
Overrided gravity vector.
Declaration
public Vector3 Gravity
Field Value
Type | Description |
---|---|
Vector3 |
LinearDamping
Linear damping is use to reduce the linear velocity.
Declaration
public float LinearDamping
Field Value
Type | Description |
---|---|
float |
LinearFactor
The linear factor.
Declaration
public Vector3 LinearFactor
Field Value
Type | Description |
---|---|
Vector3 |
LinearSleepingThreshold
The linear sleeping threshold.
Declaration
public float LinearSleepingThreshold
Field Value
Type | Description |
---|---|
float |
LinearVelocity
The linear velocity.
Declaration
public Vector3 LinearVelocity
Field Value
Type | Description |
---|---|
Vector3 |
LocalInertia
The local inertia.
Declaration
public Vector3 LocalInertia
Field Value
Type | Description |
---|---|
Vector3 |
Mass
The mass of the body.
Declaration
public float Mass
Field Value
Type | Description |
---|---|
float |
OverrideGravity
Overrided gravity vector.
Declaration
public bool OverrideGravity
Field Value
Type | Description |
---|---|
bool |
Type
The rigid body 2D type.
Declaration
public RigidBodyType3D Type
Field Value
Type | Description |
---|---|
RigidBodyType3D |