C# Class BattleAnimator, RPGQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: hughrogers/RPGQuest

Méthodes publiques

Méthode Description
BattleAnimator ( ) : System.Collections
StartAnimation ( string idle, string run, bool playIdle ) : void

Private Methods

Méthode Description
FadeOut ( string name, float time ) : IEnumerator
Update ( ) : void

Method Details

BattleAnimator() public méthode

public BattleAnimator ( ) : System.Collections
Résultat System.Collections

StartAnimation() public méthode

public StartAnimation ( string idle, string run, bool playIdle ) : void
idle string
run string
playIdle bool
Résultat void