Click or drag to resize

TouchManagerDisplayDevice Property

Gets or sets current display device.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IDisplayDevice DisplayDevice { get; set; }

Property Value

Type: IDisplayDevice
Object which holds properties of current display device, like DPI and others.
Remarks
A shortcut for DisplayDevice which is also serialized into scene.
See Also