Constructor SKGestureTracker
SKGestureTracker()
Initializes a new instance of the SKGestureTracker class with default options.
public SKGestureTracker()
SKGestureTracker(SKGestureTrackerOptions)
Initializes a new instance of the SKGestureTracker class with the specified options.
public SKGestureTracker(SKGestureTrackerOptions options)
Parameters
optionsSKGestureTrackerOptionsThe configuration options for gesture detection and tracking.
Exceptions
- ArgumentNullException
optionsis null.