Class SubpixelMorphologicalAntialiasing
This class holds settings for the Subpixel Morphological Anti-aliasing (SMAA) effect.
Inheritance
System.Object
SubpixelMorphologicalAntialiasing
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Boolean |
|