struct in UnityEngine.AdaptivePerformance
/
Implemented in:UnityEngine.AdaptivePerformanceModule
ScalerInfo is a struct used to collect and send scaler info to the profile collectively.
Property | Description |
---|---|
applied | State if the scaler is currently applied. |
currentLevel | The current level of the scaler. |
enabled | If the scaler is currently enabled. |
maxLevel | The maximum level of the scaler. |
overrideLevel | The override state of the scaler. |
scale | The actual scale of the scaler. |
scalerName | The name of the scaler. 320 characters max. |