C# Class Pathfinding.RVO.RVOSquareObstacle

Inheritance: RVOObstacle
Mostrar archivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
height float
size UnityEngine.Vector2

Protected Methods

Method Description
AreGizmosDirty ( ) : bool
CreateObstacles ( ) : void

Method Details

AreGizmosDirty() protected method

protected AreGizmosDirty ( ) : bool
return bool

CreateObstacles() protected method

protected CreateObstacles ( ) : void
return void

Property Details

height public_oe property

public float height
return float

size public_oe property

public Vector2,UnityEngine size
return UnityEngine.Vector2