Contents

init(count:coordinateSpace3D:)

Creates a tap gesture with the number of required taps and the coordinate space of the gesture’s location.

Declaration

init(count: Int = 1, coordinateSpace3D: some CoordinateSpace3D)

Parameters

  • count:

    The required number of taps to complete the tap gesture.

  • coordinateSpace3D:

    The coordinate space 3D of the tap gesture’s location.