C# 클래스 Pathfinding.GraphNode

파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
position Int3

보호된 프로퍼티들

프로퍼티 타입 설명
flags uint

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Destroy ( ) : void
GraphNode ( AstarPath astar ) : UnityEngine

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GraphNode() 공개 메소드

public GraphNode ( AstarPath astar ) : UnityEngine
astar AstarPath
리턴 UnityEngine

프로퍼티 상세

flags 보호되어 있는 프로퍼티

protected uint flags
리턴 uint

position 공개적으로 프로퍼티

public Int3,Pathfinding position
리턴 Int3