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

ISubsystem

interface in UnityEngine.Experimental

Switch to Manual

Description

Interface implemented by both Subsystem and IntegratedSubsystem which provides control over the state of either.

Public Functions

Destroy销毁子系统的此实例。
Start启动子系统的一个实例。
Stop停止子系统的一个实例。