Struct MeshUpdateInfo
The data bundle returned with ARMeshInfosChangedEventArgs.
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: Unity.XR.ARFoundation.dll
Syntax
public readonly struct MeshUpdateInfo
Constructors
MeshUpdateInfo(TrackableId, MeshFilter)
Construct a new MeshUpdateInfo.
Declaration
public MeshUpdateInfo(TrackableId id, MeshFilter meshFilter)
Parameters
Type | Name | Description |
---|---|---|
TrackableId | id | The ID of the changed mesh |
MeshFilter | meshFilter | The mesh information for the changed mesh |
Properties
id
The unique identifier of the mesh
Declaration
public TrackableId id { get; }
Property Value
Type | Description |
---|---|
TrackableId |
meshFilter
The MeshFilter with mesh component information
Declaration
public MeshFilter meshFilter { get; }
Property Value
Type | Description |
---|---|
MeshFilter |