Initializer

init(base:state:body:)

Creates a new gesture that’s the result of an ongoing gesture. ある新しいジェスチャを作成します、それは進行中のジェスチャの結果です。

Declaration 宣言

init(base: Base, state: GestureState<State>, body: @escaping (GestureStateGesture<Base, State>.Value, inout State, inout Transaction) -> Void)

Parameters パラメータ

base

The originating gesture. 起源とするジェスチャ。

state

The wrapped value of a GestureState property.

body

The callback that SwiftUI invokes as the gesture’s value changes. SwiftUIがそのジェスチャのもつ値が変化するにつれて発動するコールバック。

See Also 参照

Creating an In-Progress Gesture