Function RecastMeshGatherer.AddMeshBuffers

AddMeshBuffers (NativeArray<Vector3> vertices, NativeArray<int> triangles)

Add vertex and triangle buffers that can later be used to create a GatheredMesh.

Public
AddMeshBuffers (Vector3[] vertices, int[] triangles)

Add vertex and triangle buffers that can later be used to create a GatheredMesh.

Public