docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ValidateAndThrow

    ValidateAndThrow(TrackableChanges<T>)

    Performs validation checks that ensure a trackable does not exist in multiple lists simultaneously (for example, both added and removed). Also ensures that a trackable cannot be removed before being added.

    Declaration
    public void ValidateAndThrow(TrackableChanges<T> changes)
    Parameters
    Type Name Description
    TrackableChanges<T> changes

    A set of changes to trackables (added, updated and removed).

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023