Click or drag to resize
RigidbodyX Class
Extension methods for Rigidbody.
Inheritance Hierarchy
SystemObject
  Candlelight.PhysicsRigidbodyX

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class RigidbodyX
Methods
  NameDescription
Public methodStatic memberApplyTorqueToAchieveTargetRotation(Rigidbody, Quaternion, Single)
Applies torque to the specified Rigidbody to achieve the specified targetRotation in world space.
Public methodStatic memberApplyTorqueToAchieveTargetRotation(Rigidbody, Quaternion, Quaternion, Single)
Applies torque to the specified Rigidbody to achieve the specified targetRotation in the space of the referenceFrame.
Top
See Also