Class AdaptivePerformanceSubsystemDescriptor
The Adaptive Performance Subsystem Descriptor is used for describing the subsystem so it can be picked up by the subsystem management system.
Inheritance
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<AdaptivePerformanceSubsystem, AdaptivePerformanceSubsystem.APProvider>
AdaptivePerformanceSubsystemDescriptor
Inherited Members
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider<UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem, UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem.APProvider>.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.UnityEngine.ISubsystemDescriptor.Create()
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.id
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.providerType
UnityEngine.SubsystemsImplementation.SubsystemDescriptorWithProvider.subsystemTypeOverride
Namespace: UnityEngine.AdaptivePerformance.Provider
Syntax
[Preserve]
public sealed class AdaptivePerformanceSubsystemDescriptor : SubsystemDescriptorWithProvider<AdaptivePerformanceSubsystem, AdaptivePerformanceSubsystem.APProvider>, ISubsystemDescriptor
Constructors
AdaptivePerformanceSubsystemDescriptor(AdaptivePerformanceSubsystemDescriptor.Cinfo)
Constructor to fill the subsystem descriptor with all information to register the subsystem successfully.
Declaration
public AdaptivePerformanceSubsystemDescriptor(AdaptivePerformanceSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
AdaptivePerformanceSubsystemDescriptor.Cinfo | cinfo | Pass in the information about the subsystem. |
Methods
RegisterDescriptor(AdaptivePerformanceSubsystemDescriptor.Cinfo)
Register the subsystem with the subsystem registry and make it available to use during runtime.
Declaration
public static AdaptivePerformanceSubsystemDescriptor RegisterDescriptor(AdaptivePerformanceSubsystemDescriptor.Cinfo cinfo)
Parameters
Type | Name | Description |
---|---|---|
AdaptivePerformanceSubsystemDescriptor.Cinfo | cinfo | Pass in the information about the subsystem. |
Returns
Type | Description |
---|---|
AdaptivePerformanceSubsystemDescriptor | Returns an active subsystem descriptor. |