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