docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Value.ObjectEnumerator

    Enumerates the properties of an object Value as Property items.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Gltfast.Objects
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    public ref struct Value.ObjectEnumerator

    Properties

    Current

    The property at the current position of the enumerator.

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

    Methods

    GetEnumerator()

    Returns this enumerator, enabling use in a foreach loop.

    Declaration
    public Value.ObjectEnumerator GetEnumerator()
    Returns
    Type Description
    Value.ObjectEnumerator

    This enumerator.

    MoveNext()

    Advances the enumerator to the next property.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    true if there is another property; otherwise false.

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