docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct MeshUpdateInfo

    The data bundle returned with ARMeshInfosChangedEventArgs.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)