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 state information related to a tracked mesh.
This struct is used by the XRMeshSubsystem to determine which meshes have been added, updated, or removed.
See Also: XRMeshSubsystem.TryGetMeshInfos
ChangeState | The change state (e.g., Added, Removed) of the tracked mesh. |
MeshId | The TrackableId of the tracked mesh. |
PriorityHint | A hint that can be used to determine when this mesh should be processed. |