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