C# Class TweenSequence, NGUIAdditions

Inheritance: MonoBehaviour
Afficher le fichier Open project: yeticrabgames/NGUIAdditions Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnTweenFinished ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Begin() static public méthode

static public Begin ( GameObject, go, float duration ) : TweenSequence,
go GameObject,
duration float
Résultat TweenSequence,

OnUpdate() protected méthode

protected OnUpdate ( float factor, bool isFinished ) : void
factor float
isFinished bool
Résultat void