func updating<State>(GestureState <State>, body: (Self.Value, inout State, inout Transaction) -> Void) -> GestureStateGesture <Self, State>
Updates the provided gesture state property as the gesture’s value changes.
提供されたジェスチャ状態プロパティを、ジェスチャのもつ値が変化するにつれて更新します。
func onEnded ((Self.Value) -> Void) -> _EndedGesture <Self>
Adds an action to perform when the gesture ends.
ジェスチャが終わる時に実行するアクションを加えます。
associatedtype Value
The type representing the gesture’s value.
ジェスチャの持つ値を表している型。