docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveRangeSwapBack

    RemoveRangeSwapBack(int, int)

    Removes the specified number of elements, starting with the element at the specified index. It replaces the elements that were removed with a range of elements from the back of the buffer. This is more efficient than moving all elements following the removed elements, but does change the order of elements in the buffer.

    Declaration
    public void RemoveRangeSwapBack(int index, int count)
    Parameters
    Type Name Description
    int index

    The first element to remove.

    int count

    How many elements tot remove.

    Remarks

    The buffer capacity remains unchanged.

    In This Article
    Back to top
    Copyright © 2024 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)