Struct MutableRuntimeReferenceImageLibrary.Enumerator
An enumerator to be used in a foreach
statement.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct MutableRuntimeReferenceImageLibrary.Enumerator : IEquatable<MutableRuntimeReferenceImageLibrary.Enumerator>
Properties
Name | Description |
---|---|
Current | The current XRReferenceImage. |
Methods
Name | Description |
---|---|
Dispose() | Disposes of the enumerator. This method does nothing. |
Equals(object) | Compares for equality. |
Equals(Enumerator) | Compares for equality. |
GetHashCode() | Generates a hash code suitable for use in a |
MoveNext() | Moves to the next element in the collection. |
Operators
Name | Description |
---|---|
operator ==(Enumerator, Enumerator) | Compares for equality. |
operator !=(Enumerator, Enumerator) | Compares for inequality. |