Class AdaptivePerformanceGeneralSettings
General settings container used to house the instance of the active settings, as well as the manager instance used to load the loaders with.
Inherited Members
Namespace: UnityEngine.AdaptivePerformance
Syntax
public class AdaptivePerformanceGeneralSettings : ScriptableObject
Fields
k_SettingsKey
The key used to query to get the current loader settings.
Declaration
public static string k_SettingsKey
Field Value
Type | Description |
---|---|
String |
Properties
AssignedSettings
The current active manager used to manage the Adaptive Performance lifetime.
Declaration
public AdaptivePerformanceManagerSettings AssignedSettings { get; }
Property Value
Type | Description |
---|---|
AdaptivePerformanceManagerSettings |
InitManagerOnStart
Used to set if the manager is activated and initialized on startup.
Declaration
public bool InitManagerOnStart { get; }
Property Value
Type | Description |
---|---|
Boolean |
Instance
The current settings instance.
Declaration
public static AdaptivePerformanceGeneralSettings Instance { get; }
Property Value
Type | Description |
---|---|
AdaptivePerformanceGeneralSettings |
Manager
The current active manager used to manage the Adaptive Performance lifetime.
Declaration
public AdaptivePerformanceManagerSettings Manager { get; set; }
Property Value
Type | Description |
---|---|
AdaptivePerformanceManagerSettings |