docs.unity3d.com
Search Results for

    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.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.MagicLeap
    Assembly: UnityEngine.XR.MagicLeap.dll
    Syntax
    public struct PlaneBoundaryCollection.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
    bool

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