Version: 2022.3
언어: 한국어

SubsystemDescriptor

class in UnityEngine


인터페이스 구현:ISubsystemDescriptor

매뉴얼로 전환

설명

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

This subsystem descriptor base-class is deprecated. If you are creating a new subsystem type, derive from SubsystemDecriptorWithProvider instead.

변수

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