Version: 2022.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.