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 |