ISubsystemDescriptor

interface in UnityEngine

Cambiar al Manual

Descripción

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

Variables

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

Funciones Públicas

CreateCreates an ISubsystem from this descriptor.