API reference
API reference
Select your platform
No SDKs available
No versions available

SystemMap Type Alias

Maps system classes to their corresponding system instances. Used to track all registered systems and retrieve their instances when needed.

Signature

typealias SystemMap = MutableMap<SystemClass, SystemBase>
Did you find this page helpful?