DeserializeMeshNodes() public static method

public static DeserializeMeshNodes ( NavMeshGraph graph, GraphNode nodes, byte bytes ) : void
graph NavMeshGraph
nodes GraphNode
bytes byte
return void
Ejemplo n.º 1
0
 public override void DeserializeExtraInfo(byte[] bytes)
 {
     NavMeshGraph.DeserializeMeshNodes(this, nodes, bytes);
 }