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

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

공개 메소드들

메소드 설명
ExecuteState ( ) : void
FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
IsDoneExecuting ( ) : bool

메소드 상세

ExecuteState() 공개 메소드

public ExecuteState ( ) : void
리턴 void

FollowThisState() 공개 메소드

public FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
agent UnityEngine.NavMeshAgent
itemToFollow UnityEngine.GameObject
리턴 UnityEngine

IsDoneExecuting() 공개 메소드

public IsDoneExecuting ( ) : bool
리턴 bool