Class Extensions | Collections | 0.6.0-preview.9
docs.unity3d.com
    Show / Hide Table of Contents

    Class Extensions

    Inheritance
    Object
    Extensions
    Namespace: Unity.Collections
    Syntax
    public static class Extensions

    Methods

    Sort<T>(ref FixedList128<T>)

    Declaration
    public static void Sort<T>(this ref FixedList128<T> t)
        where T : struct, IComparable<T>
    Parameters
    Type Name Description
    FixedList128<T> t
    Type Parameters
    Name Description
    T

    Sort<T>(ref FixedList32<T>)

    Declaration
    public static void Sort<T>(this ref FixedList32<T> t)
        where T : struct, IComparable<T>
    Parameters
    Type Name Description
    FixedList32<T> t
    Type Parameters
    Name Description
    T

    Sort<T>(ref FixedList4096<T>)

    Declaration
    public static void Sort<T>(this ref FixedList4096<T> t)
        where T : struct, IComparable<T>
    Parameters
    Type Name Description
    FixedList4096<T> t
    Type Parameters
    Name Description
    T

    Sort<T>(ref FixedList512<T>)

    Declaration
    public static void Sort<T>(this ref FixedList512<T> t)
        where T : struct, IComparable<T>
    Parameters
    Type Name Description
    FixedList512<T> t
    Type Parameters
    Name Description
    T

    Sort<T>(ref FixedList64<T>)

    Declaration
    public static void Sort<T>(this ref FixedList64<T> t)
        where T : struct, IComparable<T>
    Parameters
    Type Name Description
    FixedList64<T> t
    Type Parameters
    Name Description
    T
    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