docs.unity.cn
    Show / Hide Table of Contents

    Method RemoveAt

    RemoveAt(Int32)

    Removes the element at the specified index.

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index

    The index of the element to remove.

    Examples
            if (insertionIndex < buffer.Length)
                buffer.RemoveAt(insertionIndex);
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use