DisplayDevice Class |
Namespace: TouchScript.Devices.Display
public class DisplayDevice : ScriptableObject, IDisplayDevice
The DisplayDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayDevice | Initializes a new instance of the DisplayDevice class |
Name | Description | |
---|---|---|
![]() | DPI |
DPI of the game based on NativeResolution and NativeDPI.
|
![]() | Name |
Name of the display device.
|
![]() | NativeDPI |
Native DPI of the display device.
|
![]() | NativeResolution |
Native resolution of the display device.
|
Name | Description | |
---|---|---|
![]() | dpi |
Serialized device DPI.
|
![]() | name |
Serialized device name.
|
![]() | nativeDPI |
Native device dpi.
|
![]() | nativeResolution |
Native device resolution.
|