Class LightMotionExtensions
- Namespace
- FriedSynapse.FlowEnt
public static class LightMotionExtensions
- Inheritance
-
LightMotionExtensions
- Inherited Members
Methods
Color(TweenMotionProxy<Light>, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<Light> Color(this TweenMotionProxy<Light> proxy, Color value)
Parameters
proxy
TweenMotionProxy<Light>value
Color
Returns
- TweenMotionProxy<Light>
ColorTo(TweenMotionProxy<Light>, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<Light> ColorTo(this TweenMotionProxy<Light> proxy, Color to)
Parameters
proxy
TweenMotionProxy<Light>to
Color
Returns
- TweenMotionProxy<Light>
ColorTo(TweenMotionProxy<Light>, Color, Color)
Applies a ColorMotion to the tween.
public static TweenMotionProxy<Light> ColorTo(this TweenMotionProxy<Light> proxy, Color from, Color to)
Parameters
proxy
TweenMotionProxy<Light>from
Colorto
Color
Returns
- TweenMotionProxy<Light>
ColorTo(TweenMotionProxy<Light>, Gradient)
Applies a ColorGradientMotion to the tween.
public static TweenMotionProxy<Light> ColorTo(this TweenMotionProxy<Light> proxy, Gradient gradient)
Parameters
proxy
TweenMotionProxy<Light>gradient
Gradient
Returns
- TweenMotionProxy<Light>
Intensity(TweenMotionProxy<Light>, float)
Applies a IntensityMotion to the tween.
public static TweenMotionProxy<Light> Intensity(this TweenMotionProxy<Light> proxy, float value)
Parameters
proxy
TweenMotionProxy<Light>value
float
Returns
- TweenMotionProxy<Light>
IntensityTo(TweenMotionProxy<Light>, float)
Applies a IntensityMotion to the tween.
public static TweenMotionProxy<Light> IntensityTo(this TweenMotionProxy<Light> proxy, float to)
Parameters
proxy
TweenMotionProxy<Light>to
float
Returns
- TweenMotionProxy<Light>
IntensityTo(TweenMotionProxy<Light>, float, float)
Applies a IntensityMotion to the tween.
public static TweenMotionProxy<Light> IntensityTo(this TweenMotionProxy<Light> proxy, float from, float to)
Parameters
proxy
TweenMotionProxy<Light>from
floatto
float
Returns
- TweenMotionProxy<Light>
Range(TweenMotionProxy<Light>, float)
Applies a RangeMotion to the tween.
public static TweenMotionProxy<Light> Range(this TweenMotionProxy<Light> proxy, float value)
Parameters
proxy
TweenMotionProxy<Light>value
float
Returns
- TweenMotionProxy<Light>
RangeTo(TweenMotionProxy<Light>, float)
Applies a RangeMotion to the tween.
public static TweenMotionProxy<Light> RangeTo(this TweenMotionProxy<Light> proxy, float to)
Parameters
proxy
TweenMotionProxy<Light>to
float
Returns
- TweenMotionProxy<Light>
RangeTo(TweenMotionProxy<Light>, float, float)
Applies a RangeMotion to the tween.
public static TweenMotionProxy<Light> RangeTo(this TweenMotionProxy<Light> proxy, float from, float to)
Parameters
proxy
TweenMotionProxy<Light>from
floatto
float
Returns
- TweenMotionProxy<Light>
ShadowStrength(TweenMotionProxy<Light>, float)
Applies a ShadowStrengthMotion to the tween.
public static TweenMotionProxy<Light> ShadowStrength(this TweenMotionProxy<Light> proxy, float value)
Parameters
proxy
TweenMotionProxy<Light>value
float
Returns
- TweenMotionProxy<Light>
ShadowStrengthTo(TweenMotionProxy<Light>, float)
Applies a ShadowStrengthMotion to the tween.
public static TweenMotionProxy<Light> ShadowStrengthTo(this TweenMotionProxy<Light> proxy, float to)
Parameters
proxy
TweenMotionProxy<Light>to
float
Returns
- TweenMotionProxy<Light>
ShadowStrengthTo(TweenMotionProxy<Light>, float, float)
Applies a ShadowStrengthMotion to the tween.
public static TweenMotionProxy<Light> ShadowStrengthTo(this TweenMotionProxy<Light> proxy, float from, float to)
Parameters
proxy
TweenMotionProxy<Light>from
floatto
float
Returns
- TweenMotionProxy<Light>