C# 클래스 Assets.Characters.AiScripts.States.EndGameState

상속: IState
파일 보기 프로젝트 열기: veselin-/Team4BabelGame

공개 메소드들

메소드 설명
EndGameState ( NavMeshAgent agent ) : System.Collections
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool

메소드 상세

EndGameState() 공개 메소드

public EndGameState ( NavMeshAgent agent ) : System.Collections
agent UnityEngine.NavMeshAgent
리턴 System.Collections

ExecuteState() 공개 메소드

public ExecuteState ( ) : void
리턴 void

IsDoneExecuting() 공개 메소드

public IsDoneExecuting ( ) : bool
리턴 bool