SubsystemDescriptor

class in UnityEngine


Implements interfaces:ISubsystemDescriptor

Switch to Manual

Description

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

Variables

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