ISubsystemDescriptor

interface in UnityEngine

Description 描述

A subsystem descriptor is metadata about a subsystem which can be inspected before loading / initializing a subsystem.

Properties 属性

idA unique string that identifies the subsystem that this Descriptor can create.

Public Methods 公共方法

CreateCreates an ISubsystem from this descriptor.