예제 #1
0
 private extern void GenerateMeshAsync_Injected(ref MeshId meshId, Mesh mesh, MeshCollider meshCollider, MeshVertexAttributes attributes, Action <MeshGenerationResult> onMeshGenerationComplete);
예제 #2
0
 public extern void GenerateMeshAsync(
     MeshId meshId,
     Mesh mesh,
     MeshCollider meshCollider,
     MeshVertexAttributes attributes,
     Action <MeshGenerationResult> onMeshGenerationComplete);
예제 #3
0
 public void GenerateMeshAsync(MeshId meshId, Mesh mesh, MeshCollider meshCollider, MeshVertexAttributes attributes, Action <MeshGenerationResult> onMeshGenerationComplete)
 {
     this.GenerateMeshAsync_Injected(ref meshId, mesh, meshCollider, attributes, onMeshGenerationComplete);
 }