docs.unity.cn
    Show / Hide Table of Contents

    Class DynamicArrayExtensions

    Extension class for DynamicArray

    Inheritance
    Object
    DynamicArrayExtensions
    Namespace: UnityEngine.Rendering
    Syntax
    public static class DynamicArrayExtensions

    Methods

    QuickSort<T>(DynamicArray<T>)

    Perform a quick sort on the DynamicArray

    Declaration
    public static void QuickSort<T>(this DynamicArray<T> array)
        where T : IComparable<T>, new()
    Parameters
    Type Name Description
    DynamicArray<T> array

    Array on which to perform the quick sort.

    Type Parameters
    Name Description
    T

    Type of the array.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use