Class RangeMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Lights
Lerps the Light.range value.
public class RangeMotion : AbstractFloatMotion<Light>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Light>AbstractFloatMotion<Light>RangeMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
RangeMotion(Light, float?, float)
public RangeMotion(Light item, float? from, float to)
Parameters
RangeMotion(Light, float)
public RangeMotion(Light item, float value)
Parameters
item
Lightvalue
float
Methods
GetFrom()
protected override float GetFrom()
Returns
SetValue(float)
protected override void SetValue(float value)
Parameters
value
float