Click or drag to resize

TouchManagerInstancePointers Property

Gets the list of pointers.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IList<Pointer> Pointers { get; }

Property Value

Type: IListPointer
An unsorted list of all pointers.

Implements

ITouchManagerPointers
See Also