Namespace FriedSynapse.FlowEnt.Motions.Tween.Rigidbodies
Classes
- AngularVelocityMotion
Lerps the Rigidbody.angularVelocity value.
- MassMotion
Lerps the Rigidbody.mass value.
- MoveAnimationCurve3dMotion
Lerps the Rigidbody.position value using an animation curve 3d.
- MoveAxisMotion
Lerps the Rigidbody.position value by axis.
- MoveCurveMotion
Lerps the Rigidbody.position value using a curve.
- MoveVectorMotion
Lerps the Rigidbody.position value.
- RotateQuaternionMotion
Lerps the Rigidbody.rotation value.
- RotateVectorMotion
Lerps the Rigidbody.rotation.eulerAngles value.
- VelocityMotion
Lerps the Rigidbody.velocity value.