Struct TrackableCollection<TTrackable>.Enumerator
An Enumerator
for TTrackable
s.
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct TrackableCollection<TTrackable>.Enumerator
Constructors
Name | Description |
---|---|
Enumerator(Dictionary<TrackableId, TTrackable>) | Constructs an |
Properties
Name | Description |
---|---|
Current | The current value in the collection. |
Methods
Name | Description |
---|---|
Dispose() | Releases all resources used by this |
MoveNext() | Moves to the next trackable in the collection. |