Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MeshInfo

Contains state information related to a tracked mesh.
Read time 1 minuteLast updated 11 days ago

Definition

public struct MeshInfo : IEquatable<MeshInfo>

Remarks

This struct is used by the XRMeshSubsystem to determine which meshes have been added, updated, or removed.
Additional Resources: XRMeshSubsystem.TryGetMeshInfos

Properties

Property

Description

ChangeStateThe change state (e.g., Added, Removed) of the tracked mesh.
MeshIdThe MeshInfo.MeshId of the tracked mesh.
PriorityHintA hint that can be used to determine when this mesh should be processed.