Class AbstractRotateAxisMotion<TTransform>
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Abstract
public abstract class AbstractRotateAxisMotion<TTransform> : AbstractFloatMotion<TTransform>, ITweenMotion, IMotion where TTransform : Transform
Type Parameters
TTransform
- Inheritance
-
AbstractTweenMotion<TTransform>AbstractValueMotion<TTransform, float>AbstractStructValueMotion<TTransform, float>AbstractFloatMotion<TTransform>AbstractRotateAxisMotion<TTransform>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AbstractRotateAxisMotion(TTransform, Axis, float?, float)
protected AbstractRotateAxisMotion(TTransform item, Axis axis, float? from, float to)
Parameters
AbstractRotateAxisMotion(TTransform, Axis, float)
protected AbstractRotateAxisMotion(TTransform item, Axis axis, float value)
Parameters
Properties
EulerAngles
protected abstract Vector3 EulerAngles { get; }
Property Value
- Vector3
Methods
GetFrom()
protected override float GetFrom()
Returns
SetValue(float)
protected override void SetValue(float value)
Parameters
value
float