Interface IDeviceSimulatorExtension
Interface which provides the functionality to extend the device simulator UI. Simulator Extensions are obsolete in Unity 2021.1 and up. Please use Device Simulator Plugin instead.
Namespace: Unity.DeviceSimulator
Syntax
public interface IDeviceSimulatorExtension
Properties
| Name | Description |
|---|---|
| extensionTitle | Title which is shown as the title of the extended UI. |
Methods
| Name | Description |
|---|---|
| OnExtendDeviceSimulator(VisualElement) | Called by Device Simulator during initialisation. Allows adding custom widgets to the simulator window. |