docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetChanges

    GetChanges(Allocator)

    Retrieve the changes in the state of tracked images (added, updated, and removed) since the last call to GetChanges.

    Declaration
    public override TrackableChanges<XRTrackedImage> GetChanges(Allocator allocator)
    Parameters
    Type Name Description
    Allocator allocator

    The allocator to use for the returned set of changes.

    Returns
    Type Description
    TrackableChanges<XRTrackedImage>

    The set of tracked image changes (added, updated, and removed) since the last call to this method.

    Overrides
    TrackingSubsystem<XRTrackedImage, XRImageTrackingSubsystem, XRImageTrackingSubsystemDescriptor, XRImageTrackingSubsystem.Provider>.GetChanges(Allocator)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023