C# Class Pathfinding.RVO.RVOQuadtree.Node

Mostra file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
child00 int
child01 int
child10 int
child11 int
count byte
linkedList Agent

Public Methods

Method Description
Add ( Agent agent ) : void
Distribute ( Node nodes, Rect r ) : void

Method Details

Add() public method

public Add ( Agent agent ) : void
agent Agent
return void

Distribute() public method

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

Property Details

child00 public_oe property

public int child00
return int

child01 public_oe property

public int child01
return int

child10 public_oe property

public int child10
return int

child11 public_oe property

public int child11
return int

count public_oe property

public byte count
return byte

linkedList public_oe property

public Agent linkedList
return Agent