Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SubsystemDescriptor

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 SubsystemDescriptorWithProvider instead.
Read time 1 minuteLast updated 4 days ago

Definition

Warning
Deprecated. Use SubsystemDescriptorWithProvider instead.
public abstract class SubsystemDescriptor : ISubsystemDescriptor

Properties

Property

Description

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