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
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration