Method CopyUV
CopyUV(OccurrenceList, int, int)
Copy an UV channel to another UV channel
Declaration
[HandleProcessCorruptedStateExceptions]
public void CopyUV(OccurrenceList occurrences, int sourceChannel = 0, int destinationChannel = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Part occurrences to process |
| int | sourceChannel | The source UV channel to copy |
| int | destinationChannel | The destination UV channel to copy into |