class in UnityEngine.AdaptivePerformance
/
Implemented in:UnityEngine.AdaptivePerformanceModule
Global access to the default Adaptive Performance interface and lifecycle management controls.
Property | Description |
---|---|
Instance | Global access to the default Adaptive Performance interface to access the main manager object. |
Method | Description |
---|---|
Deinitialize | Stops Adaptive Performance (if still running) and initiates the tear down process. Once complete, Instance is no longer available. All Adaptive Performance objects are removed from the scene. |
Initialize | Create and attach the Adaptive Performance to the scene and initiate the startup process for the provider. After initialization is complete, Instance is made available. Should only be used when "Initialize on Startup" is disabled. |
Event | Description |
---|---|
LifecycleEventHandler | Subscribe to Adaptive Performance lifecycle events which are sent when the Instance value changes. |