C# Class Pathfinding.RVO.RVOQuadtree

Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
DebugDraw ( ) : void
GetNodeIndex ( ) : int
Insert ( Agent agent ) : void
Query ( Vector2 p, float radius, Agent agent ) : void
SetBounds ( Rect r ) : void

Private Methods

Méthode Description
DebugDrawRec ( int i, Rect r ) : void
QueryRec ( int i, Vector2 p, float radius, Agent agent, Rect r ) : float

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DebugDraw() public méthode

public DebugDraw ( ) : void
Résultat void

GetNodeIndex() public méthode

public GetNodeIndex ( ) : int
Résultat int

Insert() public méthode

public Insert ( Agent agent ) : void
agent Agent
Résultat void

Query() public méthode

public Query ( Vector2 p, float radius, Agent agent ) : void
p UnityEngine.Vector2
radius float
agent Agent
Résultat void

SetBounds() public méthode

public SetBounds ( Rect r ) : void
r UnityEngine.Rect
Résultat void