Class AdaptivePerformanceGoogleUIExtension
Device Simulator plug-in implementation for the Adaptive Performance Google provider.
Implements
Inherited Members
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
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 |
---|---|
Visual |
Returns the VisualElement to embed in the Device Simulator window. |