Click or drag to resize

GestureVelocityTrackerUpdate 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: SystemSingle
Next x pos
y
Type: SystemSingle
Next y pos
See Also