Class BlueNoise
Syntax
public sealed class BlueNoise
Constructors
BlueNoise(HDRenderPipelineAsset)
Declaration
public BlueNoise(HDRenderPipelineAsset asset)
Parameters
Properties
textureArray16L
Declaration
public Texture2DArray textureArray16L { get; }
Property Value
| Type |
Description |
| Texture2DArray |
|
textureArray16RGB
Declaration
public Texture2DArray textureArray16RGB { get; }
Property Value
| Type |
Description |
| Texture2DArray |
|
textures16L
Declaration
public Texture2D[] textures16L { get; }
Property Value
| Type |
Description |
| Texture2D[] |
|
textures16RGB
Declaration
public Texture2D[] textures16RGB { get; }
Property Value
| Type |
Description |
| Texture2D[] |
|
Methods
Cleanup()
Declaration
GetRandom16L()
Declaration
public Texture2D GetRandom16L()
Returns
| Type |
Description |
| Texture2D |
|
GetRandom16RGB()
Declaration
public Texture2D GetRandom16RGB()
Returns
| Type |
Description |
| Texture2D |
|