{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method Replace | App UI | 0.6.5
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Replace

    Replace(StackViewItem, VisualElement, Action, StackViewOperation)

    Replaces one or more items on the stack with the specified item and optional operation.

    Declaration
    public StackViewItem Replace(StackViewItem target, VisualElement item, Action callback = null, StackViewOperation operation = StackViewOperation.ReplaceTransition)
    Parameters
    Type Name Description
    StackViewItem target

    If the target argument is specified, all items down to the target item will be replaced. If target is null, all items in the stack will be replaced.

    VisualElement item

    The item that will be used as replacement.

    Action callback

    The callback to call when the operation is completed.

    StackViewOperation operation

    The type of transition to use during the process.

    Returns
    Type Description
    StackViewItem

    Returns the item that became current.

    In This Article
    Back to top
    Copyright © 2023 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)