docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct PropertyEnumerator

    Enumerates the properties of ReadOnlyProperties 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 struct PropertyEnumerator

    Properties

    Current

    The property at the current position of the enumerator.

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

    Methods

    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)