Class MaterialQualityUtilities
Material Quality utility class.
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[MovedFrom("Utilities")]
public static class MaterialQualityUtilities
Fields
Name | Description |
---|---|
Enum |
String representation of the MaterialQuality enum. |
Keyword |
Keywords strings for Material Quality levels. |
Keywords | Keywords for Material Quality levels. |
Methods
Name | Description |
---|---|
From |
Returns the enum equivalent of the index in the MaterialQuality enum list. |
Get |
Returns the closest available quality level in a MaterialQuality bitfield. |
Get |
Returns the highest available quality level in a MaterialQuality bitfield. |
Set |
Set the global keyword for the provided MaterialQuality. |
Set |
Set the global keyword for the provided MaterialQuality. |
To |
Returns the index (in the MaterialQuality enum) of the first available level. |