Version: 2020.1
언어: 한국어

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.