SubsystemManager

class in UnityEngine

/

Implemented in:UnityEngine.SubsystemsModule

Description

Gives 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.

Static Methods

GetAllSubsystemDescriptorsGets all of the currently known subsystem descriptors regardless of specific subsystem type.
GetInstancesReturns active Subsystems of a specific instance type.
GetSubsystemDescriptorsReturns a list of SubsystemDescriptors which describe additional functionality that can be enabled.

Events

reloadSubsytemsCompletedCalled from SubsystemManager when it has completed reloading all XR SDK Provider packaged subsystems.
reloadSubsytemsStartedCalled from SubsystemManager before reloading all XR SDK Provider packaged subsystems.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答