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

SubsystemManager

class in UnityEngine.Experimental

切换到手册

描述

提供对子系统(通过插件提供额外功能)的访问权限。

提供查询 SubsystemDescriptor(枚举了功能)的功能。给定一个 SubsystemDescriptor,您可以创建 Subsystem 来利用子系统。

静态函数

GetInstances返回特定实例类型的活动 Subsystem。
GetSubsystemDescriptors返回 SubsystemDescriptor(描述了可启用的额外功能)的列表。