public void CopyPixelDataToLayer (NativeArray<T> colorData, int layerIdx);

Parameters

colorDataThe array of pixel color values.
layerIdxLayer to which these values should be copied.

Description

Utility function to copy an array of pixels to a given layer.