Interface IJointFeedback3D
Interface for a Joint Feedback 3D physics.
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IJointFeedback3D
Properties
AppliedForceBodyA
Gets the Applied force to body A.
Declaration
Vector3 AppliedForceBodyA { get; }
Property Value
Type | Description |
---|---|
Vector3 |
AppliedForceBodyB
Gets the Applied force to body B.
Declaration
Vector3 AppliedForceBodyB { get; }
Property Value
Type | Description |
---|---|
Vector3 |
AppliedTorqueBodyA
Gets the Applied torque to body A.
Declaration
Vector3 AppliedTorqueBodyA { get; }
Property Value
Type | Description |
---|---|
Vector3 |
AppliedTorqueBodyB
Gets the Applied torque to body B.
Declaration
Vector3 AppliedTorqueBodyB { get; }
Property Value
Type | Description |
---|---|
Vector3 |