Enum SuperSamplingCount
Sets which level of multisample anti-aliasing (MSAA) to use for the capture.
Namespace: UnityEditor.Recorder.Input
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum SuperSamplingCount
Fields
Name | Description |
---|---|
X1 | MSAA level 1 |
X16 | MSAA level 16 |
X2 | MSAA level 2 |
X4 | MSAA level 4 |
X8 | MSAA level 8 |