Interface IDeviceSimulatorExtension | Device Simulator | 2.0.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDeviceSimulatorExtension

    Interface which provides the functionality to extend the device simulator UI.

    Namespace: Unity.DeviceSimulator
    Syntax
    public interface IDeviceSimulatorExtension

    Properties

    extensionTitle

    Title which is shown as the title of the extended UI.

    Declaration
    string extensionTitle { get; }
    Property Value
    Type Description
    String

    Methods

    OnExtendDeviceSimulator(VisualElement)

    Callback which is implemented by the users to extend the UI. It is called by Device Simulator.

    Declaration
    void OnExtendDeviceSimulator(VisualElement visualElement)
    Parameters
    Type Name Description
    VisualElement visualElement
    Back to top
    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