Struct Value.ObjectEnumerator
Inherited Members
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 |
|