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
    AdaptivePerformanceSubsystemBase
    AdaptivePerformanceSubsystem
    Namespace: UnityEngine.AdaptivePerformance.Provider
    Syntax
    public abstract class AdaptivePerformanceSubsystemBase

    Properties

    initialized

    Returns if the provider subsystem was initialized successfully.

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

    Methods

    Destroy()

    Called when the provider subsystem gets destroyed.

    Declaration
    public abstract void Destroy()

    Start()

    Called when the provider subsystem starts.

    Declaration
    public abstract void Start()

    Stop()

    Called when the provider subsystem stops.

    Declaration
    public abstract void Stop()
    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