Struct PlaneBoundaryCollection.Enumerator | Magic Leap XR Plugin | 6.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Struct PlaneBoundaryCollection.Enumerator

    An enumerator which can be used by a foreach statement to iterate over the elements in a PlaneBoundaryCollection.

    Namespace: UnityEngine.XR.MagicLeap
    Syntax
    public struct Enumerator

    Properties

    Current

    The current element in the enumerator.

    Declaration
    public PlaneBoundary Current { get; }
    Property Value
    Type Description
    PlaneBoundary

    Methods

    Dispose()

    Disposes of the enumerator.

    Declaration
    public void Dispose()

    MoveNext()

    Moves to the next element in the collection.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    true if the next element is valid, or false if the Enumerator is already at the end of the collection.

    Reset()

    Resets the enumerator.

    Declaration
    public void Reset()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023