Function RecastGraph.ReplaceTile
ReplaceTile
(int x, int z, Int3[] verts, int[] tris, uint[] tags=null, bool tryPreserveExistingTagsAndPenalties=true)
Replace tile at index with nodes created from specified navmesh.
Public
ReplaceTile
(int x, int z, UnsafeSpan<Int3> verts, UnsafeSpan<int> tris, UnsafeSpan<uint> tags, bool tryPreserveExistingTagsAndPenalties=true)
Replace tile at index with nodes created from specified navmesh.
Public