Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

SubsystemManager

class in UnityEngine.Experimental

マニュアルに切り替える

説明

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

GetInstancesReturns active Subsystems of a specific instance type.
GetSubsystemDescriptorsReturns a list of SubsystemDescriptors which describe additional functionality that can be enabled.