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
proxyTweenMotionProxy<Light>valueColor
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
proxyTweenMotionProxy<Light>toColor
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
proxyTweenMotionProxy<Light>fromColortoColor
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
proxyTweenMotionProxy<Light>gradientGradient
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
proxyTweenMotionProxy<Light>valuefloat
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
proxyTweenMotionProxy<Light>tofloat
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
proxyTweenMotionProxy<Light>fromfloattofloat
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
proxyTweenMotionProxy<Light>valuefloat
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
proxyTweenMotionProxy<Light>tofloat
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
proxyTweenMotionProxy<Light>fromfloattofloat
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
proxyTweenMotionProxy<Light>valuefloat
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
proxyTweenMotionProxy<Light>tofloat
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
proxyTweenMotionProxy<Light>fromfloattofloat
Returns
- TweenMotionProxy<Light>