C# Class TweenColor, TheUnseen

Inheritance: UITweener
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
from Color
to Color

Private Properties

Свойство Type Description
SetCurrentValueToEnd void
SetCurrentValueToStart void
SetEndToCurrentValue void
SetStartToCurrentValue void

Méthodes publiques

Méthode Description
Begin ( GameObject go, float duration, Color color ) : TweenColor,

Start the tweening operation.

Cache ( ) : void

Méthodes protégées

Méthode Description
OnUpdate ( float factor, bool isFinished ) : void

Tween the value.

Private Methods

Méthode Description
SetCurrentValueToEnd ( ) : void
SetCurrentValueToStart ( ) : void
SetEndToCurrentValue ( ) : void
SetStartToCurrentValue ( ) : void

Method Details

Begin() static public méthode

Start the tweening operation.
static public Begin ( GameObject go, float duration, Color color ) : TweenColor,
go GameObject
duration float
color Color
Résultat TweenColor,

Cache() public méthode

public Cache ( ) : void
Résultat void

OnUpdate() protected méthode

Tween the value.
protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
Résultat void

Property Details

from public_oe property

public Color from
Résultat Color

to public_oe property

public Color to
Résultat Color