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