Class BackgroundColorMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Cameras
Lerps the Camera.backgroundColor value.
public class BackgroundColorMotion : AbstractColorMotion<Camera>, ITweenMotion, IMotion, IObjectMotion
- Inheritance
-
AbstractTweenMotion<Camera>AbstractColorMotion<Camera>BackgroundColorMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
BackgroundColorMotion(Camera, Color)
public BackgroundColorMotion(Camera item, Color value)
Parameters
itemCameravalueColor
BackgroundColorMotion(Camera, Color?, Color)
public BackgroundColorMotion(Camera item, Color? from, Color to)
Parameters
itemCamerafromColor?toColor
Methods
GetFrom()
protected override Color GetFrom()
Returns
- Color
SetValue(Color)
protected override void SetValue(Color value)
Parameters
valueColor