Struct PropertyEnumerator
Enumerates the properties of ReadOnlyProperties as Property items.
Inherited Members
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 |
|