Click or drag to resize

DemoScriptComponentRotateGestureExecuted Method

Callback for rotate gesture

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void RotateGestureExecuted(
	GestureRecognizer gesture
)

Parameters

gesture
Type: DigitalRubySharedGestureRecognizer
Rotate gesture
See Also