Version: 2020.3
言語: 日本語

ISubsystemDescriptor

interface in UnityEngine

マニュアルに切り替える

説明

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

変数

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

Public 関数

CreateCreates an ISubsystem from this descriptor.