docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AdaptivePerformanceGoogleUIExtension

    Device Simulator plug-in implementation for the Adaptive Performance Google provider.

    Inheritance
    object
    DeviceSimulatorPlugin
    AdaptivePerformanceGoogleUIExtension
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    DeviceSimulatorPlugin.OnCreate()
    DeviceSimulatorPlugin.OnDestroy()
    DeviceSimulatorPlugin.deviceSimulator
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.AdaptivePerformance.Google.Android.Editor
    Assembly: Unity.AdaptivePerformance.Simulator.Google.Extension.Editor.dll
    Syntax
    public class AdaptivePerformanceGoogleUIExtension : DeviceSimulatorPlugin, ISerializationCallbackReceiver

    Properties

    title

    Title for the plug-in UI.

    Declaration
    public override string title { get; }
    Property Value
    Type Description
    string
    Overrides
    DeviceSimulatorPlugin.title

    Methods

    OnAfterDeserialize()

    Transforms data back into runtime data types after an object is deserialized.

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Transforms data into serializable data types immediately before an object is serialized.

    Declaration
    public void OnBeforeSerialize()

    OnCreateUI()

    The VisualElement that this method returns is embedded in the Device Simulator window. If the method returns null, plug-in UI is not embedded.

    Declaration
    public override VisualElement OnCreateUI()
    Returns
    Type Description
    VisualElement

    Returns the VisualElement to embed in the Device Simulator window.

    Overrides
    DeviceSimulatorPlugin.OnCreateUI()

    Implements

    ISerializationCallbackReceiver
    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)