{!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 EndProperty | Unity Logging | 1.1.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method EndProperty

    EndProperty(ref UnsafeText, string)

    Property ends. Should be called after BeginProperty(ref UnsafeText, string)

    Declaration
    public bool EndProperty(ref UnsafeText output, string fieldName)
    Parameters
    Type Name Description
    UnsafeText output

    UnsafeText where to append the text representation

    string fieldName

    Name of the field that can be used by formatter

    Returns
    Type Description
    bool

    True if successful

    Implements
    IFormatter.EndProperty(ref UnsafeText, string)

    EndProperty<T>(ref UnsafeText, ref T)

    Property ends. Should be called after BeginProperty(ref UnsafeText, string)

    Declaration
    public bool EndProperty<T>(ref UnsafeText output, ref T fieldName) where T : unmanaged, IUTF8Bytes, INativeList<byte>
    Parameters
    Type Name Description
    UnsafeText output

    UnsafeText where to append the text representation

    T fieldName

    Name of the field that can be used by formatter

    Returns
    Type Description
    bool

    True if successful

    Type Parameters
    Name Description
    T

    Unmanaged UTF8 string

    Implements
    IFormatter.EndProperty<T>(ref UnsafeText, ref T)
    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)