Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ISubsystemDescriptor

interface in UnityEngine

Description

A subsystem descriptor is metadata about a subsystem which can be inspected before loading / initializing a subsystem.

Properties

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

Public Methods

CreateCreates an ISubsystem from this descriptor.