Esempio n. 1
0
 void Awake()
 {
     requestManager = GetComponent <NodePathRequestManager>();
 }
Esempio n. 2
0
 void Awake()
 {
     requestManager = GetComponent<NodePathRequestManager>();
 }
Esempio n. 3
0
 void Awake()
 {
     instance = this;
     pathfinding = GetComponent<NodeAStarPathfinding>();
 }
Esempio n. 4
0
 public void requestNewPath(ProtocolClient client, Node pathEnd, Action <List <Node>, bool> callback)
 {
     NodePathRequestManager.RequestPath(client.transform.position, pathEnd.worldPosition, getDynamicUnwalkable(client, 2), callback);
 }
Esempio n. 5
0
 void Awake()
 {
     instance    = this;
     pathfinding = GetComponent <NodeAStarPathfinding>();
 }