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