docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Constructor InplaceArray

    InplaceArray(T)

    Create a length-1 array.

    Declaration
    public InplaceArray(T elem0)
    Parameters
    Type Name Description
    T elem0

    InplaceArray(T, T)

    Create a length-2 array.

    Declaration
    public InplaceArray(T elem0, T elem1)
    Parameters
    Type Name Description
    T elem0
    T elem1

    InplaceArray(T, T, T)

    Create a length-3 array.

    Declaration
    public InplaceArray(T elem0, T elem1, T elem2)
    Parameters
    Type Name Description
    T elem0
    T elem1
    T elem2

    InplaceArray(T, T, T, T)

    Create a length-3 array.

    Declaration
    public InplaceArray(T elem0, T elem1, T elem2, T elem3)
    Parameters
    Type Name Description
    T elem0
    T elem1
    T elem2
    T elem3
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023