C# 클래스 Pathfinding.RVO.RVOQuadtree

파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
DebugDraw ( ) : void
GetNodeIndex ( ) : int
Insert ( Agent agent ) : void
Query ( Vector2 p, float radius, Agent agent ) : void
SetBounds ( Rect r ) : void

비공개 메소드들

메소드 설명
DebugDrawRec ( int i, Rect r ) : void
QueryRec ( int i, Vector2 p, float radius, Agent agent, Rect r ) : float

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DebugDraw() 공개 메소드

public DebugDraw ( ) : void
리턴 void

GetNodeIndex() 공개 메소드

public GetNodeIndex ( ) : int
리턴 int

Insert() 공개 메소드

public Insert ( Agent agent ) : void
agent Agent
리턴 void

Query() 공개 메소드

public Query ( Vector2 p, float radius, Agent agent ) : void
p UnityEngine.Vector2
radius float
agent Agent
리턴 void

SetBounds() 공개 메소드

public SetBounds ( Rect r ) : void
r UnityEngine.Rect
리턴 void