Function GridGraph.GraphPointToWorld
GraphPointToWorld
(int x, int z, float height)
Transform a point in graph space to world space.
Public
Int3 GraphPointToWorld (
int | x | |
int | z | |
float | height |
Transform a point in graph space to world space.
This will give you the node position for the node at the given x and z coordinate if it is at the specified height above the base of the graph.