docs.unity3d.com
    Show / Hide Table of Contents

    Class AdaptivePerformanceSubsystemBase

    This is the base class for AdaptivePerformanceSubsystem and acts as a stub for backwards compability.

    Inheritance
    Object
    Subsystem
    Subsystem<AdaptivePerformanceSubsystemDescriptor>
    AdaptivePerformanceSubsystemBase
    AdaptivePerformanceSubsystem
    Inherited Members
    Subsystem<AdaptivePerformanceSubsystemDescriptor>.SubsystemDescriptor
    Subsystem.Start()
    Subsystem.Stop()
    Subsystem.Destroy()
    Subsystem.OnDestroy()
    Namespace: UnityEngine.AdaptivePerformance.Provider
    Syntax
    public abstract class AdaptivePerformanceSubsystemBase : Subsystem<AdaptivePerformanceSubsystemDescriptor>, ISubsystem

    Properties

    initialized

    Returns if the provider subsystem was initialized successfully.

    Declaration
    public bool initialized { get; protected set; }
    Property Value
    Type Description
    Boolean

    running

    Returns if the provider subsystem is currently running.

    Declaration
    public override bool running { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Subsystem.running
    Back to top
    Terms of use
    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