Click or drag to resize

ILayerManagerLayers Property

Gets the list of TouchLayer.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IList<TouchLayer> Layers { get; }

Property Value

Type: IListTouchLayer
A sorted list of currently active layers.
See Also