class in UnityEngine
/
Implemented in:UnityEngine.SubsystemsModule
Implements interfaces:ISubsystemDescriptor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseInformation about a subsystem that can be queried before creating a subsystem instance.
id | A unique string that identifies the subsystem that this Descriptor can create. |
subsystemImplementationType | The System.Type of the subsystem implementation associated with this descriptor. |