MeshGenerationStatus

enumeration

Cambiar al Manual

Descripción

The status of a XRMeshSubsystem.GenerateMeshAsync.

XRMeshSubsystem.GenerateMeshAsync will always invoke the provided delegate when the generation completes. This enum contains information about whether the generation was successful, or if an error occurred.

See Also: XRMeshSubsystem.GenerateMeshAsync

Variables

SuccessThe mesh generation was successful.
InvalidMeshIdThe mesh generation failed because the mesh does not exist.
GenerationAlreadyInProgressThe XRMeshSubsystem was already generating the requested mesh.
CanceledThe mesh generation was canceled.
UnknownErrorThe mesh generation failed for unknown reasons.