Field m_SubsystemInstanceMap
Map of loaded susbsystems. Used so we don't always have to fo to XRSubsystemManger and do a manual search to find the instance we loaded.
Namespace: UnityEngine.XR.Management
Assembly: solution.dll
Syntax
protected Dictionary<Type, ISubsystem> m_SubsystemInstanceMap
Returns
| Type | Description |
|---|---|
| Dictionary<Type, ISubsystem> |