Class TintGraphicTweenParameters
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Tween parameters for animating Graphic color values
[Serializable]
public class TintGraphicTweenParameters : TweenParametersData<Graphic, Color>, ITweenParametersData<Graphic, Color>, ITweenTargetData<Graphic>
- Inheritance
-
objectTintGraphicTweenParameters
- Implements
-
ITweenTargetData<Graphic>
- Inherited Members
Constructors
TintGraphicTweenParameters()
public TintGraphicTweenParameters()
TintGraphicTweenParameters(Graphic, Color)
public TintGraphicTweenParameters(Graphic target, Color color)
Parameters
targetGraphiccolorColor
Properties
Color
Target color for the tint animation
public Color Color { get; set; }
Property Value
- Color
StartValue
public override Color StartValue { get; }
Property Value
- Color
Target
public override Graphic Target { get; }
Property Value
- Graphic
Value
public override Color Value { get; }
Property Value
- Color