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