Property | Type | Description | |
---|---|---|---|
flyingVerticeHeight | float | ||
showFlyingNodes | bool | ||
showGroundNodes | bool | ||
verticeHeight | float |
Property | Type | Description | |
---|---|---|---|
addConnectingVerts | void | ||
connectVerts | void | ||
increaseArraySize | void |
Method | Description | |
---|---|---|
OnDrawGizmos ( ) : void |
Raises the draw gizmos event to draw the available nodes.
|
|
Start ( ) : void | ||
buildTable ( ) : void |
Map 3d sphere to 2d coordinated system
|
|
getMovesTriangle ( int triangleIndex, int &output ) : void |
Gets the moves from a triangle index.
|
|
getMovesVertex ( int vertexIndex ) : List |
Gets the moves for a given vertex index.
|
|
getVertex ( int vertexIndex ) : Vertice, |
get a vertex from the index of an vertex
|
|
killTable ( ) : void |
Kills the baked movement table.
|
|
modifyVerticeHeights ( ) : void | ||
printMoves ( ) : void |
Print occurrences per number of moves in vertex
|
|
setAverageVerticeLength ( ) : void |
Method | Description | |
---|---|---|
addConnectingVerts ( int triangleIndex, int vertexIndex, int &output ) : void | ||
connectVerts ( int>.Dictionary |
||
increaseArraySize ( int indices ) : void |
Increases the size of the plans array.
|
public getMovesTriangle ( int triangleIndex, int &output ) : void | ||
triangleIndex | int | Triangle index. |
output | int | |
return | void |
public getMovesVertex ( int vertexIndex ) : List |
||
vertexIndex | int | Vertex index. |
return | List |
public getVertex ( int vertexIndex ) : Vertice, | ||
vertexIndex | int | Vertex index. |
return | Vertice, |