DeviceSimulator
Class for interacting with a Device Simulator window from a script.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.DeviceSimulation
- Assembly: UnityEditor.DeviceSimulatorModule
public class DeviceSimulator
Remarks
You can get an instance of this class by extending DeviceSimulatorPlugin.
Events
Member | Description |
|---|---|
| deviceChanged | Calls the methods in its invocation list when the simulated device of the device simulator changes. This includes when Unity creates or loads the simulator. |
| touchScreenInput | Event invoked when the screen of the simulated device is clicked. |