mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:47:38 +02:00
Pixelize VFX! (#895)
Finally, the dark days of zooming the camera and viewport are over...
This commit is contained in:
@ -21,7 +21,7 @@ namespace XPostProcessing
|
||||
public class PixelizeQuad : PostProcessEffectSettings
|
||||
{
|
||||
|
||||
[Range(0.01f, 1.0f)]
|
||||
[Range(0.00f, 1.0f)]
|
||||
public FloatParameter pixelSize = new FloatParameter { value = 0.5f };
|
||||
|
||||
public BoolParameter useAutoScreenRatio = new BoolParameter { value = true };
|
||||
|
Reference in New Issue
Block a user