supportsDynamicResolution
Indicates whether the platform supports dynamic resolution scaling. (Read Only)
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsDynamicResolution { get; }
Remarks
Returns if the current platform or graphics device supports dynamic resolution scaling, otherwise . Dynamic resolution scaling allows the rendering resolution to change at runtime to maintain a consistent frame rate or performance target.
truefalse