Метод | Описание | |
---|---|---|
CheckAdjacents ( List |
||
CombineNodes ( |
Combines two nodes into one
|
|
GetAdjacent ( string ignored ) : string | ||
GetClosestNode ( List |
Gets closest node to point
|
|
GetNode ( List |
||
Node ( ) : UnityEngine | ||
Node ( |
||
Node ( Vector3 pos ) : UnityEngine | ||
Node ( Vector3 pos, float _angle ) : UnityEngine |
public CheckAdjacents ( List |
||
_edges | List |
|
Результат | void |
public static CombineNodes ( |
||
node1 | First node, this node is transformed into the combined node | |
node2 | Second node | |
edges | List |
List of edges in which the IDs are fixed |
nodes | List |
|
Результат |
public GetAdjacent ( string ignored ) : string | ||
ignored | string | |
Результат | string |
public static GetClosestNode ( List |
||
nodes | List |
|
other | ||
Результат |
public static GetNode ( List |
||
nodes | List |
|
id | string | |
Результат |
public Node ( Vector3 pos, float _angle ) : UnityEngine | ||
pos | Vector3 | |
_angle | float | |
Результат | UnityEngine |