Interface IGeneric6DofSpringJoint3D
Interface for a 6 Dof 3D joint physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IGeneric6DofSpringJoint3D : IGeneric6DofJoint3D, IJoint3D, IDisposable
Methods
EnableSpring(DOFType, bool)
Enable or disable the spring.
Declaration
void EnableSpring(DOFType index, bool isEnabled)
Parameters
SetDamping(DOFType, float)
Sets the spring damping.
Declaration
void SetDamping(DOFType index, float damping)
Parameters
SetEquilibriumPoint(DOFType, float)
Sets the spring equilibrium point.
Declaration
void SetEquilibriumPoint(DOFType index, float equilibriumPoint)
Parameters
SetStiffness(DOFType, float)
Setsa the spring stiffness.
Declaration
void SetStiffness(DOFType index, float stiffness)