C# Class BattleAnimator, RPGQuest

Inheritance: MonoBehaviour
显示文件 Open project: hughrogers/RPGQuest

Public Methods

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

Private Methods

Method Description
FadeOut ( string name, float time ) : IEnumerator
Update ( ) : void

Method Details

BattleAnimator() public method

public BattleAnimator ( ) : System.Collections
return System.Collections

StartAnimation() public method

public StartAnimation ( string idle, string run, bool playIdle ) : void
idle string
run string
playIdle bool
return void