C# 클래스 PlayerAbilityScript

상속: GameBehavior
파일 보기 프로젝트 열기: mezosaurus/eae-project 1 사용 예제들

보호된 메소드들

메소드 설명
GameUpdate ( ) : void
RegisterListeners ( ) : void
UnregisterListeners ( ) : void

비공개 메소드들

메소드 설명
HandleAbilityStatusChanged ( Message, message ) : void
OnDestroy ( ) : void
Start ( ) : void
activateAbility ( int dir, string path, bool isRanged ) : void
checkForInputs ( ) : void
initializeGlobalVariables ( ) : void
updateCooldowns ( ) : void

메소드 상세

GameUpdate() 보호된 메소드

protected GameUpdate ( ) : void
리턴 void

RegisterListeners() 보호된 메소드

protected RegisterListeners ( ) : void
리턴 void

UnregisterListeners() 보호된 메소드

protected UnregisterListeners ( ) : void
리턴 void