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

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

공개 메소드들

메소드 설명
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool
WaitState ( NavMeshAgent agent ) : UnityEngine

메소드 상세

ExecuteState() 공개 메소드

public ExecuteState ( ) : void
리턴 void

IsDoneExecuting() 공개 메소드

public IsDoneExecuting ( ) : bool
리턴 bool

WaitState() 공개 메소드

public WaitState ( NavMeshAgent agent ) : UnityEngine
agent UnityEngine.NavMeshAgent
리턴 UnityEngine