Click or drag to resize

PointerCursorInit Method

Initializes (resets) the cursor.

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

Parameters

parent
Type: RectTransform
Parent container.
pointer
Type: TouchScript.PointersIPointer
Pointer this cursor represents.
See Also