Canceled
The mesh generation was canceled.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
Canceled = 3
Remarks
This can happen if the XRMeshSubsystem is stopped or destroyed while meshes are being generated. No data is written to the Mesh or [[MeshCollider] provided during the call to XRMeshSubsystem.GenerateMeshAsync.
Additional Resources: XRMeshSubsystem.GenerateMeshAsync, MeshGenerationResult