Class DeviceSimulatorCallbacks
The callbacks provided by Device Simulator.
Namespace: Unity.DeviceSimulator
Syntax
public class DeviceSimulatorCallbacks
Events
OnDeviceChange
The callback which is triggered when changing device.
Declaration
public static event Action OnDeviceChange
Event Type
| Type | Description |
|---|---|
| Action | The callback users can register for device changing. |