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

    Show / Hide Table of Contents

    Method BeginProperty

    BeginProperty(ref UnsafeText, string)

    Property starts. Should be called before EndProperty(ref UnsafeText, string)

    Declaration
    public bool BeginProperty(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.BeginProperty(ref UnsafeText, string)

    BeginProperty<T>(ref UnsafeText, ref T)

    Property starts. Should be called before EndProperty(ref UnsafeText, string)

    Declaration
    public bool BeginProperty<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.BeginProperty<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)