C# Class Pathfinding.LinkedLevelNode

Mostrar archivo 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_oe property

public float height
return float

hit public_oe property

public RaycastHit,UnityEngine hit
return UnityEngine.RaycastHit

next public_oe property

public LinkedLevelNode,Pathfinding next
return LinkedLevelNode

position public_oe property

public Vector3,UnityEngine position
return UnityEngine.Vector3

walkable public_oe property

public bool walkable
return bool