C# Class Pathfinding.RVO.ObstacleVertex

Show file 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 property

public bool convex
return bool

dir public property

public Vector2,UnityEngine dir
return UnityEngine.Vector2

height public property

public float height
return float

next public property

public ObstacleVertex,Pathfinding.RVO next
return ObstacleVertex

position public property

public Vector3,UnityEngine position
return UnityEngine.Vector3

prev public property

public ObstacleVertex,Pathfinding.RVO prev
return ObstacleVertex

split public property

public bool split
return bool

thin public property

public bool thin
return bool