docs.unity3d.com
    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
    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
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023