[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/DeviceSimulation.DeviceSimulatorPlugin.html [Back]  [Original]

Unity - Scripting API: DeviceSimulatorPlugin
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    DeviceSimulatorPlugin

    class in UnityEditor.DeviceSimulation

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Extend this class to create a Device Simulator plug-in.

    Extend this class to create a Device Simulator plug-in. A plug-in lets you control custom simulation parameters from a UI inside the Control Panel of a Device Simulator window. Unity creates, destroys, and serializes a plug-in together with the Device Simulator window the plug-in is active in.

    Properties

    Property Description
    deviceSimulatorDevice Simulator in which this plug-in is instantiated.
    titleTitle for the plug-in UI.

    Public Methods

    Method Description
    OnCreateCalled when Unity creates the Device Simulator window.
    OnCreateUIThe VisualElement that this method returns is embedded in the Device Simulator window. If the method returns null, plug-in UI is not embedded.
    OnDestroyCalled when Device Simulator window is destroyed.

    Web Proxy Viewer  |  New URL  |  Original Page