DeviceForm
Describes the physical form factor of a device used during Studio device emulation.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 653 | Console | 0 | Represents a gaming console device, such as an Xbox or PlayStation. | |
| 653 | Phone | 1 | Represents a mobile phone with a touchscreen. | |
| 653 | Tablet | 2 | Represents a tablet with a touchscreen. | |
| 653 | Desktop | 3 | Represents a desktop or laptop computer. | |
| 653 | VR | 4 | Represents a virtual reality headset. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 685 | Handheld | 5 |
Description
Studio-only device form factor for device emulation. Passed as the
DeviceForm field of the device info table accepted by
StudioDeviceSimulatorService:CreateDeviceAsync() and
StudioDeviceSimulatorService:UpdateDeviceAsync(), and exposed on
device records returned by
StudioDeviceSimulatorService:GetDeviceListAsync().