Class SampleEnumerator<T>
Enumerates all (SdfPath,Sample) pairs for a given path set and sample type.
Inheritance
SampleEnumerator<T>
Syntax
public class SampleEnumerator<T> : IEnumerator<SampleEnumerator<T>.SampleHolder>, IDisposable, IEnumerator where T : SampleBase, new()
Type Parameters
Constructors
SampleEnumerator(Scene, SdfPath[])
Declaration
public SampleEnumerator(Scene scene, SdfPath[] paths)
Parameters
Properties
Current
Declaration
public SampleEnumerator<T>.SampleHolder Current { get; }
Property Value
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Reset()
Declaration
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Implements