docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method HasNext

    HasNext()

    Whether the iterator is yet to reach the end of the shape.

    Declaration
    public bool HasNext()
    Returns
    Type Description
    bool

    Whether the iterator can increment.

    HasNext(int)

    Whether the iterator is yet to reach the end of the shape on a given axis.

    Declaration
    public bool HasNext(int axis)
    Parameters
    Type Name Description
    int axis

    The axis along which to check.

    Returns
    Type Description
    bool

    Whether the iterator can increment along the axis.

    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)