Class ScaleLocalAxisMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Transforms
Lerps the Transform.localScale value by axis.
public class ScaleLocalAxisMotion : AbstractAxisMotion<Transform>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Transform>AbstractVector3Motion<Transform>AbstractAxisMotion<Transform>ScaleLocalAxisMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
ScaleLocalAxisMotion(Transform, Axis, float?, float)
public ScaleLocalAxisMotion(Transform item, Axis axis, float? from, float to)
Parameters
ScaleLocalAxisMotion(Transform, Axis, float)
public ScaleLocalAxisMotion(Transform item, Axis axis, float value)
Parameters
Properties
Target
protected override Vector3 Target { get; set; }
Property Value
- Vector3
Methods
GetFrom()
protected override Vector3 GetFrom()
Returns
- Vector3