GestureVelocityTracker Class |
Namespace: DigitalRubyShared
public class GestureVelocityTracker
The GestureVelocityTracker type exposes the following members.
| Name | Description | |
|---|---|---|
| GestureVelocityTracker | Initializes a new instance of the GestureVelocityTracker class |
| Name | Description | |
|---|---|---|
| ElapsedSeconds |
Elapsed seconds
| |
| Speed |
Current speed
| |
| VelocityX |
Current x velocity
| |
| VelocityY |
Current y velocity
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Reset |
Reset velocity state
| |
| Restart |
Reset and set previouos pos to nil
| |
| Restart(Single, Single) |
Reset and set previous position
| |
| ToString | (Inherited from Object.) | |
| Update |
Update velocity state
|