C# Class Pathfinding.RVO.ObstacleVertex

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
convex bool
dir UnityEngine.Vector2
height float
next ObstacleVertex
position UnityEngine.Vector3
prev ObstacleVertex
split bool
thin bool

Property Details

convex public_oe property

public bool convex
return bool

dir public_oe property

public Vector2,UnityEngine dir
return UnityEngine.Vector2

height public_oe property

public float height
return float

next public_oe property

public ObstacleVertex,Pathfinding.RVO next
return ObstacleVertex

position public_oe property

public Vector3,UnityEngine position
return UnityEngine.Vector3

prev public_oe property

public ObstacleVertex,Pathfinding.RVO prev
return ObstacleVertex

split public_oe property

public bool split
return bool

thin public_oe property

public bool thin
return bool