You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: PostProcessing/Runtime/Effects/ScreenSpaceReflections.cs
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,24 @@ public enum Preset
18
18
Custom
19
19
}
20
20
21
+
publicenumResolution
22
+
{
23
+
Downsampled,
24
+
FullSize,
25
+
Supersampled
26
+
}
27
+
21
28
[Tooltip("Enables screen-space reflections.")]
22
29
publicboolenabled;
23
30
24
31
[Tooltip("Choose a quality preset, or use \"Custom\" to fine tune it. Don't use a preset higher than \"Medium\" if you care about performances on consoles.")]
0 commit comments