docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    object
    SubsystemDescriptorWithProvider
    SubsystemDescriptorWithProvider<AdaptivePerformanceSubsystem, AdaptivePerformanceSubsystem.APProvider>
    AdaptivePerformanceSubsystemDescriptor
    Implements
    ISubsystemDescriptor
    Inherited Members
    SubsystemDescriptorWithProvider<AdaptivePerformanceSubsystem, AdaptivePerformanceSubsystem.APProvider>.Create()
    SubsystemDescriptorWithProvider.id
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.AdaptivePerformance.Provider
    Assembly: Unity.AdaptivePerformance.dll
    Syntax
    [Preserve]
    public sealed class AdaptivePerformanceSubsystemDescriptor : SubsystemDescriptorWithProvider<AdaptivePerformanceSubsystem, AdaptivePerformanceSubsystem.APProvider>, ISubsystemDescriptor

    Constructors

    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(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.

    Implements

    ISubsystemDescriptor
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)