Class IUsesDeviceTypeMethods
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public static class IUsesDeviceTypeMethods
Methods
GetDeviceType(IUsesDeviceType)
Returns the type of device currently in use
Declaration
public static DeviceType GetDeviceType(this IUsesDeviceType this)
Parameters
| Type | Name | Description |
|---|---|---|
| IUsesDeviceType | this |
Returns
| Type | Description |
|---|---|
| DeviceType | The device type |