GestureManagerDelegate

public protocol GestureManagerDelegate : AnyObject

Undocumented

  • Informs the delegate that a gesture haas begun. Could be used to cancel camera tracking.

    Declaration

    Swift

    func gestureBegan(for gestureType: GestureType)