Class AlphaMotion
Lerps the alpha for Graphic.color value.
public class AlphaMotion : AbstractAlphaMotion<Graphic>, ITweenMotion, IMotion
- Inheritance
-
AbstractTweenMotion<Graphic>AbstractFloatMotion<Graphic>AbstractAlphaMotion<Graphic>AlphaMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
AlphaMotion(Graphic, float?, float)
public AlphaMotion(Graphic item, float? from, float to)
Parameters
AlphaMotion(Graphic, float)
public AlphaMotion(Graphic item, float value)
Parameters
item
Graphicvalue
float
Methods
GetFrom()
protected override float GetFrom()
Returns
SetValue(float)
protected override void SetValue(float value)
Parameters
value
float