class in UnityEngine.AdaptivePerformance.Provider
/
Inherits from:SubsystemsImplementation.SubsystemDescriptorWithProvider
/
Implemented in:UnityEngine.AdaptivePerformanceModule
The Adaptive Performance Subsystem Descriptor is used for describing the subsystem so it can be picked up by the subsystem management system.
Constructor | Description |
---|---|
AdaptivePerformanceSubsystemDescriptor | Constructor to fill the subsystem descriptor with all information to register the subsystem successfully. |
Method | Description |
---|---|
RegisterDescriptor | Register the subsystem with the subsystem registry and make it available to use during runtime. |
Property | Description |
---|---|
id | A unique string that identifies the SubsystemWithProvider that this descriptor can create. |