C# Class Pathfinding.LinkedLevelNode

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
height float
hit UnityEngine.RaycastHit
next LinkedLevelNode
position UnityEngine.Vector3
walkable bool

Property Details

height public property

public float height
return float

hit public property

public RaycastHit,UnityEngine hit
return UnityEngine.RaycastHit

next public property

public LinkedLevelNode,Pathfinding next
return LinkedLevelNode

position public property

public Vector3,UnityEngine position
return UnityEngine.Vector3

walkable public property

public bool walkable
return bool