ActiveLoaderAs<T>()
Returns the current active loader, cast to the requested type. Useful shortcut when you need to get the active loader as something less generic than AdaptivePerformanceLoader.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public T ActiveLoaderAs<T>() where T : AdaptivePerformanceLoader
Returns
Type | Description |
|---|---|
| T | The active loader as requested type, or null if no active loader currently exists. |