Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

SubsystemManager

class in UnityEngine.Experimental

/

Implemented in:UnityEngine.XRModule

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

GetInstancesReturns active Subsystems of a specific instance type.
GetSubsystemDescriptorsReturns a list of SubsystemDescriptors which describe additional functionality that can be enabled.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答