Click or drag to resize

PenCursorupdateOnce Method

This method is called once when the cursor is initialized.

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

Parameters

pointer
Type: TouchScript.PointersIPointer
The pointer.
See Also