SubsystemDescriptor

class in UnityEngine

/

Implemented in:UnityEngine.SubsystemsModule


Implements interfaces:ISubsystemDescriptor

Description

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

Properties

idA unique string that identifies the subsystem that this Descriptor can create.
subsystemImplementationTypeThe System.Type of the subsystem implementation associated with this descriptor.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答