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