{!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} Operator implicit operator | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator NativeArray<T>(NativeList<T>)

    Obsolete. Use AsArray() method to do explicit cast instead.

    Declaration
    [Obsolete("Implicit cast from `NativeList<T>` to `NativeArray<T>` has been deprecated; Use '.AsArray()' method to do explicit cast instead.", false)]
    public static implicit operator NativeArray<T>(NativeList<T> nativeList)
    Parameters
    Type Name Description
    NativeList<T> nativeList

    The list to alias.

    Returns
    Type Description
    NativeArray<T>

    A native array that aliases the content of the list.

    Remarks

    Returns a native array that aliases the content of a list.

    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)