Class VtVec3fArrayVector.VtVec3fArrayVectorEnumerator
Inheritance
VtVec3fArrayVector.VtVec3fArrayVectorEnumerator
Namespace: pxr
Syntax
public sealed class VtVec3fArrayVectorEnumerator : IEnumerator<VtVec3fArray>, IDisposable, IEnumerator
Constructors
VtVec3fArrayVectorEnumerator(VtVec3fArrayVector)
Declaration
public VtVec3fArrayVectorEnumerator(VtVec3fArrayVector collection)
Parameters
Properties
Current
Declaration
public VtVec3fArray 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