Version: 2019.4

SubsystemDescriptor

class in UnityEngine


実装インターフェース:ISubsystemDescriptor

マニュアルに切り替える

説明

Information about a subsystem that can be queried before creating a subsystem instance.

変数

idA unique string that identifies the subsystem that this Descriptor can create.
subsystemImplementationTypeThe System.Type of the subsystem implementation associated with this descriptor.