class in UnityEngine
/
Implemented in:UnityEngine.XRModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseGives access to subsystems which provide additional functionality through plugins.
Provides the ability to query for SubsystemDescriptors which enumerate features. Given an SubsystemDescriptor, you can create an Subsystem to utilize the subsystem.
GetAllSubsystemDescriptors | Gets all of the currently known subsystem descriptors regardless of specific subsystem type. |
GetInstances | Returns active Subsystems of a specific instance type. |
GetSubsystemDescriptors | Returns a list of SubsystemDescriptors which describe additional functionality that can be enabled. |
reloadSubsytemsCompleted | Called from SubsystemManager when it has completed reloading all XR SDK Provider packaged subsystems. |
reloadSubsytemsStarted | Called from SubsystemManager before reloading all XR SDK Provider packaged subsystems. |