docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method MoveNext

    MoveNext()

    Advances the iterator to the next element of the DynamicArray.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    Returs true if the iterator successfully advanced to the next element; returns false if the iterator has passed the end of the range.

    Exceptions
    Type Condition
    InvalidOperationException

    The DynamicArray was modified after the iterator was created.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)