Namespace FriedSynapse.FlowEnt.Motions.Tween.Transforms
Classes
- LookAtTransformMotion
Looks at a transform using the Transform.LookAt(Transform) method.
- LookAtVector3Motion
Looks at a transform using the Transform.LookAt(Vector3) method.
- MoveAnimationCurve3dMotion
Lerps the Transform.position value using an animation curve 3d.
- MoveAxisMotion
Lerps the Transform.position value by axis.
- MoveCurveMotion
Lerps the Transform.position value using a spline.
- MoveLocalAnimationCurve3dMotion
Lerps the Transform.localPosition value using an animation curve 3d.
- MoveLocalAxisMotion
Lerps the Transform.localPosition value by axis.
- MoveLocalCurveMotion
Lerps the Transform.localPosition value using a spline.
- MoveLocalVectorMotion
Lerps the Transform.localPosition value.
- MoveVectorMotion
Lerps the Transform.position value.
- OrientToPathMotion
Orients the object to the path its taken using the Quaternion.LookRotation(Vector3) method.
- RotateAroundTransformMotion
Lerps the given value and applies it to Transform.RotateAround(Vector3, Vector3, float) where the point is the current position of the transform.
- RotateAroundVectorMotion
Lerps the given value and applies it to Transform.RotateAround(Vector3, Vector3, float).
- RotateAxisMotion
Lerps the Transform.eulerAngles value by axis.
- RotateLocalAxisMotion
Lerps the Transform.localEulerAngles value by axis.
- RotateLocalQuaternionMotion
Lerps the Transform.localRotation value.
- RotateLocalVectorMotion
Lerps the Transform.localEulerAngles value.
- RotateQuaternionMotion
Lerps the Transform.rotation value.
- RotateVectorMotion
Lerps the Transform.eulerAngles value.
- ScaleLocalAnimationCurve3dMotion
Lerps the Transform.localScale value using an animation curve 3d.
- ScaleLocalAxisMotion
Lerps the Transform.localScale value by axis.
- ScaleLocalVectorMotion
Lerps the Transform.localScale value.