Class AdaptivePerformanceIndexerSettings
Settings of indexer system.
Inherited Members
Namespace: UnityEngine.AdaptivePerformance
Assembly: Unity.AdaptivePerformance.dll
Syntax
[Serializable]
public class AdaptivePerformanceIndexerSettings
Properties
active
Returns true if Indexer was active, false otherwise.
Declaration
public bool active { get; set; }
Property Value
Type | Description |
---|---|
bool |
performanceActionDelay
Delay after any scaler is applied or unapplied because of performance state.
Declaration
public float performanceActionDelay { get; set; }
Property Value
Type | Description |
---|---|
float |
thermalActionDelay
Delay after any scaler is applied or unapplied because of thermal state.
Declaration
public float thermalActionDelay { get; set; }
Property Value
Type | Description |
---|---|
float |