Class UsdGeomXformOpVector.UsdGeomXformOpVectorEnumerator
Namespace: pxr
Syntax
public sealed class UsdGeomXformOpVectorEnumerator : IEnumerator<UsdGeomXformOp>, IDisposable, IEnumerator
Constructors
UsdGeomXformOpVectorEnumerator(UsdGeomXformOpVector)
Declaration
public UsdGeomXformOpVectorEnumerator(UsdGeomXformOpVector collection)
Parameters
| Type | Name | Description |
|---|---|---|
| UsdGeomXformOpVector | collection |
Properties
Current
Declaration
public UsdGeomXformOp Current { get; }
Property Value
| Type | Description |
|---|---|
| UsdGeomXformOp |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |
Reset()
Declaration
public void Reset()