C# 클래스 BattleAnimator, RPGQuest

상속: MonoBehaviour
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 메소드들

메소드 설명
BattleAnimator ( ) : System.Collections
StartAnimation ( string idle, string run, bool playIdle ) : void

비공개 메소드들

메소드 설명
FadeOut ( string name, float time ) : IEnumerator
Update ( ) : void

메소드 상세

BattleAnimator() 공개 메소드

public BattleAnimator ( ) : System.Collections
리턴 System.Collections

StartAnimation() 공개 메소드

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