Deinitialize()
Override of AdaptivePerformanceLoaderHelper.Deinitialize to provide for clearing the instance map. If you override AdaptivePerformanceLoaderHelper.Deinitialize in your subclass, you must call the base implementation to allow the instance map tp be cleaned up correctly.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public override bool Deinitialize()
Returns
Type | Description |
|---|---|
| bool | True if de-initialization was successful. |