Click or drag to resize

GestureVelocityTracker.Update Method

Update velocity state

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Update(
	float x,
	float y
)

Parameters

x
Type: System.Single
Next x pos
y
Type: System.Single
Next y pos
See Also