Click or drag to resize

PointerCursorSetState Method

Sets the state of the cursor.

Namespace:  TouchScript.Behaviors.Cursors
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void SetState(
	IPointer pointer,
	PointerCursorCursorState newState,
	Object data = null
)

Parameters

pointer
Type: TouchScript.PointersIPointer
The pointer.
newState
Type: TouchScript.Behaviors.CursorsPointerCursorCursorState
The new state.
data (Optional)
Type: SystemObject
State data.
See Also