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