Enum StateAction
Describes what action is needed to stabilize.
Namespace: UnityEngine.AdaptivePerformance
Syntax
public enum StateAction
Fields
Name | Description |
---|---|
Decrease | Quality must be decreased. |
FastDecrease | Quality must be decreased as soon as possible. |
Increase | Recommended to increase quality. |
Stale | No action is required. |