AdaptivePerformanceProfilerStats.ScalerInfo
ScalerInfo is a struct used to collect and send scaler info to the profile collectively.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public struct AdaptivePerformanceProfilerStats.ScalerInfo
Fields
Value | 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. |