Class ValueMotionExtensions
- Namespace
- FriedSynapse.FlowEnt
public static class ValueMotionExtensions
- Inheritance
-
ValueMotionExtensions
- Inherited Members
Methods
Value(Tween, AnimationCurve, Action<float>)
Applies a AnimationCurveValueMotion to the tween.
public static Tween Value(this Tween tween, AnimationCurve animationCurve, Action<float> onUpdated)
Parameters
Returns
Value(Tween, Color, Color, Action<Color>)
Applies a ColorValueMotion to the tween.
public static Tween Value(this Tween tween, Color from, Color to, Action<Color> onUpdated)
Parameters
Returns
Value(Tween, Color32, Color32, Action<Color32>)
Applies a Color32ValueMotion to the tween.
public static Tween Value(this Tween tween, Color32 from, Color32 to, Action<Color32> onUpdated)
Parameters
Returns
Value(Tween, AnimationCurve2d, Action<Vector2>)
Applies a AnimationCurve2dValueMotion to the tween.
public static Tween Value(this Tween tween, AnimationCurve2d animationCurve, Action<Vector2> onUpdated)
Parameters
tween
TweenanimationCurve
AnimationCurve2donUpdated
Action<Vector2>
Returns
Value(Tween, AnimationCurve3d, Action<Vector3>)
Applies a AnimationCurve3dValueMotion to the tween.
public static Tween Value(this Tween tween, AnimationCurve3d animationCurve, Action<Vector3> onUpdated)
Parameters
tween
TweenanimationCurve
AnimationCurve3donUpdated
Action<Vector3>
Returns
Value(Tween, ICurve, Action<Vector3>)
Applies a CurveValueMotion to the tween.
public static Tween Value(this Tween tween, ICurve curve, Action<Vector3> onUpdated)
Parameters
Returns
Value(Tween, Quaternion, Quaternion, Action<Quaternion>)
Applies a QuaternionValueMotion to the tween.
public static Tween Value(this Tween tween, Quaternion from, Quaternion to, Action<Quaternion> onUpdated)
Parameters
Returns
Value(Tween, int, int, Action<int>)
Applies an IntValueMotion to the tween.
public static Tween Value(this Tween tween, int from, int to, Action<int> onUpdated)
Parameters
Returns
Value(Tween, float, float, Action<float>)
Applies a FloatValueMotion to the tween.
public static Tween Value(this Tween tween, float from, float to, Action<float> onUpdated)
Parameters
Returns
Value(Tween, Vector2, Vector2, Action<Vector2>)
Applies a Vector2ValueMotion to the tween.
public static Tween Value(this Tween tween, Vector2 from, Vector2 to, Action<Vector2> onUpdated)
Parameters
Returns
Value(Tween, Vector3, Vector3, Action<Vector3>)
Applies a Vector3ValueMotion to the tween.
public static Tween Value(this Tween tween, Vector3 from, Vector3 to, Action<Vector3> onUpdated)
Parameters
Returns
Value(Tween, Vector4, Vector4, Action<Vector4>)
Applies a Vector4ValueMotion to the tween.
public static Tween Value(this Tween tween, Vector4 from, Vector4 to, Action<Vector4> onUpdated)