Description 描述
Contains event information related to a generated mesh.
This struct is used by the XRMeshSubsystem to provide information about the result of XRMeshSubsystem.GenerateMeshAsync.
Properties 属性
| Attributes | The MeshVertexAttributes that were written to the MeshGenerationResult.Mesh. | ||
| Mesh | If the generation was successful, data has been written to this Mesh. | ||
| MeshCollider | If the generation was successful, physics data has been written to this MeshCollider. | ||
| MeshId | The TrackableId of the tracked mesh that was generated. | ||
| Status | The MeshGenerationStatus of the mesh generation task. |