Table of Contents

Class AlphaMotion

Lerps the alpha for Graphic.color value.

public class AlphaMotion : AbstractAlphaMotion<Graphic>, ITweenMotion, IMotion
Inheritance
AlphaMotion
Implements
Inherited Members
Extension Methods

Constructors

AlphaMotion(Graphic, float?, float)

public AlphaMotion(Graphic item, float? from, float to)

Parameters

item Graphic
from float?
to float

AlphaMotion(Graphic, float)

public AlphaMotion(Graphic item, float value)

Parameters

item Graphic
value float

Methods

GetFrom()

protected override float GetFrom()

Returns

float

SetValue(float)

protected override void SetValue(float value)

Parameters

value float