{!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 TryGetContextObject | Scriptable Build Pipeline | 2.0.2
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetContextObject

    TryGetContextObject<T>(out T)

    Tries to get the data of the specified type contained in the build context.

    Declaration
    public bool TryGetContextObject<T>(out T contextObject) where T : IContextObject
    Parameters
    Type Name Description
    T contextObject

    The object holding the data to be returned if found.

    Returns
    Type Description
    bool

    true if the context was able to returned the specified data; otherwise, false.

    Type Parameters
    Name Description
    T

    Type of data to return.

    Implements
    IBuildContext.TryGetContextObject<T>(out T)

    TryGetContextObject(Type, out IContextObject)

    Tries to get the data of the specified type contained in the build context.

    Declaration
    public bool TryGetContextObject(Type type, out IContextObject contextObject)
    Parameters
    Type Name Description
    Type type

    Type of data to return.

    IContextObject contextObject

    The object holding the data to be returned if found.

    Returns
    Type Description
    bool

    true if the context was able to returned the specified data; otherwise, false.

    Implements
    IBuildContext.TryGetContextObject(Type, out IContextObject)
    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)