C# 클래스 PoulpeIdle, PathfindingToolUnity

상속: PoulpeState
파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity

공개 프로퍼티들

프로퍼티 타입 설명
destination Vector3

공개 메소드들

메소드 설명
PoulpeIdle ( GameObject Player, NavMeshAgent Agent ) : System.Collections
Step ( ) : void

메소드 상세

PoulpeIdle() 공개 메소드

public PoulpeIdle ( GameObject Player, NavMeshAgent Agent ) : System.Collections
Player GameObject
Agent UnityEngine.NavMeshAgent
리턴 System.Collections

Step() 공개 메소드

public Step ( ) : void
리턴 void

프로퍼티 상세

destination 공개적으로 프로퍼티

public Vector3 destination
리턴 Vector3