Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


m_SubsystemInstanceMap

Map of loaded susbsystems. Used so Unity doesn't always have to call AdaptivePerformanceManger and do a manual search to find the instance it loaded.
Read time 1 minuteLast updated 6 days ago

Definition

protected Dictionary<Type, ISubsystem> m_SubsystemInstanceMap