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

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

공개 메소드들

메소드 설명
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool
TradeState ( NavMeshAgent agent, NavMeshAgent otherAgent ) : Assets.Core.Configuration

메소드 상세

ExecuteState() 공개 메소드

public ExecuteState ( ) : void
리턴 void

IsDoneExecuting() 공개 메소드

public IsDoneExecuting ( ) : bool
리턴 bool

TradeState() 공개 메소드

public TradeState ( NavMeshAgent agent, NavMeshAgent otherAgent ) : Assets.Core.Configuration
agent UnityEngine.NavMeshAgent
otherAgent UnityEngine.NavMeshAgent
리턴 Assets.Core.Configuration