Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ISubsystemDescriptor

A subsystem descriptor is metadata about a subsystem which can be inspected before loading / initializing a subsystem.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Interface
  • Namespace: UnityEngine
  • Assembly: UnityEngine.SubsystemsModule
public interface ISubsystemDescriptor

Properties

Property

Description

idA unique string that identifies the subsystem that this Descriptor can create.

Methods

Method

Description

CreateCreates an ISubsystem from this descriptor.