C# 클래스 Pathfinding.LinkedLevelNode

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

공개 프로퍼티들

프로퍼티 타입 설명
height float
hit UnityEngine.RaycastHit
next LinkedLevelNode
position UnityEngine.Vector3
walkable bool

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

hit 공개적으로 프로퍼티

public RaycastHit,UnityEngine hit
리턴 UnityEngine.RaycastHit

next 공개적으로 프로퍼티

public LinkedLevelNode,Pathfinding next
리턴 LinkedLevelNode

position 공개적으로 프로퍼티

public Vector3,UnityEngine position
리턴 UnityEngine.Vector3

walkable 공개적으로 프로퍼티

public bool walkable
리턴 bool