Enum MSAAMode
Defines the level of MSAA for the camera.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum MSAAMode
Fields
Name | Description | Value |
---|---|---|
None | No MSAA. |
1 |
MSAA2X | MSAA 2X. |
2 |
MSAA4X | MSAA 4X. |
4 |
MSAA8X | MSAA 8X. |
8 |
FromHDRPAsset | Uses MSAA mode from the current HDRP asset. |
9 |