Class IntensityMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Lights
Lerps the Light.intensity value.
public class IntensityMotion : AbstractFloatMotion<Light>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Light>AbstractFloatMotion<Light>IntensityMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
IntensityMotion(Light, float?, float)
public IntensityMotion(Light item, float? from, float to)
Parameters
IntensityMotion(Light, float)
public IntensityMotion(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