Method CopyTo
CopyTo(UsdGeomSubset[])
Declaration
public void CopyTo(UsdGeomSubset[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| UsdGeomSubset[] | array |
CopyTo(UsdGeomSubset[], int)
Declaration
public void CopyTo(UsdGeomSubset[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| UsdGeomSubset[] | array | |
| int | arrayIndex |
CopyTo(int, UsdGeomSubset[], int, int)
Declaration
public void CopyTo(int index, UsdGeomSubset[] array, int arrayIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| UsdGeomSubset[] | array | |
| int | arrayIndex | |
| int | count |