C# 클래스 Pathfinding.RVO.RVOQuadtree.Node

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

공개 프로퍼티들

프로퍼티 타입 설명
child00 int
child01 int
child10 int
child11 int
count byte
linkedList Agent

공개 메소드들

메소드 설명
Add ( Agent agent ) : void
Distribute ( Node nodes, Rect r ) : void

메소드 상세

Add() 공개 메소드

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

Distribute() 공개 메소드

public Distribute ( Node nodes, Rect r ) : void
nodes Node
r UnityEngine.Rect
리턴 void

프로퍼티 상세

child00 공개적으로 프로퍼티

public int child00
리턴 int

child01 공개적으로 프로퍼티

public int child01
리턴 int

child10 공개적으로 프로퍼티

public int child10
리턴 int

child11 공개적으로 프로퍼티

public int child11
리턴 int

count 공개적으로 프로퍼티

public byte count
리턴 byte

linkedList 공개적으로 프로퍼티

public Agent linkedList
리턴 Agent