Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public T ActiveLoaderAs<T>() where T : AdaptivePerformanceLoader

Returns

Type

Description

TThe active loader as requested type, or null if no active loader currently exists.