struct in UnityEngine.Experimental.XR
/
Implemented in:UnityEngine.XRModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseContains event information related to a generated mesh.
This struct is used by the XRMeshSubsystem to provide information about the result of XRMeshSubsystem.GenerateMeshAsync.
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. |