var base: Base
The originating gesture.
起源とするジェスチャ。
var state: GestureState <State>
A value that changes as the user performs the gesture.
ある値、それはユーザがジェスチャを実行するにつれて変化します。
Availability 有効性
Technology
init(base: Base, state: GestureState
<State>, body: @escaping (GestureStateGesture
<Base, State>.Value, inout State, inout Transaction
) -> Void
)
base
The originating gesture. 起源とするジェスチャ。
state
The wrapped value of a Gesture
property.
body
The callback that SwiftUI invokes as the gesture’s value changes. SwiftUIがそのジェスチャのもつ値が変化するにつれて発動するコールバック。
var base: Base
var state: GestureState <State>