Click or drag to resize

PointerCursorUpdatePointer Method

Updates the pointer. This method is called when the pointer is moved.

Namespace:  TouchScript.Behaviors.Cursors
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void UpdatePointer(
	IPointer pointer
)

Parameters

pointer
Type: TouchScript.PointersIPointer
Pointer this cursor represents.
See Also