프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DesiredVelocityScale | float | ||
DesiredVelocityWeight | float | ||
GlobalIncompressibility | float | ||
locked | bool | ||
maxNeighbours | int | ||
neighbourDists | List |
||
neighbours | List |
||
position | |||
radius | float | ||
simulator | |||
watch1 | System.Diagnostics.Stopwatch | ||
watch2 | System.Diagnostics.Stopwatch |
메소드 | 설명 | |
---|---|---|
Agent ( |
||
BufferSwitch ( ) : void | ||
CalculateNeighbours ( ) : void | ||
InsertAgentNeighbour ( Agent agent, float rangeSq ) : float | ||
InsertObstacleNeighbour ( |
||
Interpolate ( float t ) : void | ||
IntersectionFactor ( |
||
SetYPosition ( float yCoordinate ) : void | ||
Teleport ( |
||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
CalculateVelocity ( Pathfinding context ) : void | ||
DrawCircle ( |
||
DrawCircle ( |
||
DrawCross ( |
||
DrawCross ( |
||
DrawVO ( |
||
Rainbow ( float v ) : |
||
Sqr ( float x ) : float | ||
To3D ( |
||
Trace ( VO vos, int voCount, |
public InsertAgentNeighbour ( Agent agent, float rangeSq ) : float | ||
agent | Agent | |
rangeSq | float | |
리턴 | float |
public InsertObstacleNeighbour ( |
||
ob1 | ||
rangeSq | float | |
리턴 | void |
public static IntersectionFactor ( |
||
start1 | ||
dir1 | ||
start2 | ||
dir2 | ||
factor | float | |
리턴 | bool |
public static System.Diagnostics.Stopwatch watch1 | ||
리턴 | System.Diagnostics.Stopwatch |