C# Class TweenOrthoSize, Hero.Coli

Inheritance: UITweener
Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,

Start the tweening operation.

Méthodes protégées

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

Perform the tween.

Method Details

Begin() static public méthode

Start the tweening operation.
static public Begin ( GameObject go, float duration, float to ) : TweenOrthoSize,
go GameObject
duration float
to float
Résultat TweenOrthoSize,

OnUpdate() protected méthode

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

Property Details

from public_oe property

public float from
Résultat float

to public_oe property

public float to
Résultat float