TouchManagerDisplayDevice Property |
Gets or sets current display device.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public IDisplayDevice DisplayDevice { get; set; }
Property Value
Type:
IDisplayDeviceObject which holds properties of current display device, like DPI and others.
Remarks A shortcut for
DisplayDevice which is also serialized into scene.
See Also