Version: 2020.3
言語: 日本語

SubsystemManager

class in UnityEngine

マニュアルに切り替える

説明

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 関数

GetAllSubsystemDescriptorsGets all of the currently known subsystem descriptors regardless of specific subsystem type.
GetInstancesReturns active Subsystems of a specific instance type.*Note:* This method is deprecated, use GetSubsystems instead.
GetSubsystemDescriptorsReturns a list of SubsystemDescriptors which describe additional functionality that can be enabled.
GetSubsystemsReturns active Subsystems of a specific instance type.

Events

afterReloadSubsystemsCalled from SubsystemManager when it has completed reloading all XR SDK Provider packaged subsystems.
beforeReloadSubsystemsCalled from SubsystemManager before reloading all XR SDK Provider packaged subsystems.
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.