Method ConfigureDithering
ConfigureDithering(PostProcessData, int, int, int, Material)
Configures the blue noise dithering used.
선언
public static int ConfigureDithering(PostProcessData data, int index, int cameraPixelWidth, int cameraPixelHeight, Material material)
파라미터
타입 | 이름 | 설명 |
---|---|---|
PostProcessData | data | The |
int | index | The current array index to the Blue noise textures. |
int | cameraPixelWidth | The camera pixel width. |
int | cameraPixelHeight | The camera pixel height. |
Material | material | The material used with the dithering effect. |
반환
타입 | 설명 |
---|---|
int | The new array index to the Blue noise textures. |