Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MeshGenerationResult

Contains event information related to a generated mesh.
Read time 1 minuteLast updated 12 days ago

Definition

public struct MeshGenerationResult : IEquatable<MeshGenerationResult>

Remarks

This struct is used by the XRMeshSubsystem to provide information about the result of XRMeshSubsystem.GenerateMeshAsync.

Properties

Property

Description

AttributesThe MeshVertexAttributes that were written to the MeshGenerationResult.Mesh.
MeshIf the generation was successful, data has been written to this Mesh.
MeshColliderIf the generation was successful, physics data has been written to this MeshCollider.
MeshIdThe MeshGenerationResult.MeshId of the tracked mesh that was generated.
PositionThe position associated with the generated mesh relative to the session origin.
RotationThe rotation associated with the generated mesh relative to the session origin.
ScaleThe scale associated with the generated mesh relative to the session origin.
StatusThe MeshGenerationStatus of the mesh generation task.
TimestampThe timestamp associated with the generated mesh.