Class SubpixelMorphologicalAntialiasing
This class holds settings for the Subpixel Morphological Anti-aliasing (SMAA) effect.
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class SubpixelMorphologicalAntialiasing
Fields
quality
The quality preset to use for the anti-aliasing filter.
Declaration
public SubpixelMorphologicalAntialiasing.Quality quality
Field Value
Type | Description |
---|---|
SubpixelMorphologicalAntialiasing.Quality |
Methods
IsSupported()
Checks if the effect is supported on the target platform.
Declaration
public bool IsSupported()
Returns
Type | Description |
---|---|
Boolean |
|