C# Class Pokemon3D.Common.Animations.ActionTimer

Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
ActionTimer ( System.Action action, float triggerTime, bool loop = false ) : System
Start ( ) : void
Stop ( ) : void
Update ( float elapsed ) : void

Method Details

ActionTimer() public méthode

public ActionTimer ( System.Action action, float triggerTime, bool loop = false ) : System
action System.Action
triggerTime float
loop bool
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( float elapsed ) : void
elapsed float
Résultat void