Click or drag to resize

FingersScriptResetState Method

Reset state - all touches and tracking are cleared

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void ResetState(
	bool clearGestures
)

Parameters

clearGestures
Type: SystemBoolean
True to clear out all gestures, false otherwise
See Also