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 onChanged ((Self.Value) -> Void) -> _ChangedGesture <Self>
Adds an action to perform when the gesture’s value changes.
ジェスチャのもつ値が変化する時に実行するアクションを加えます。
Available when
Value
conforms to Equatable
.
Value
がEquatable
に準拠する時に利用可能です。
func onEnded ((Self.Value) -> Void) -> _EndedGesture <Self>
Adds an action to perform when the gesture ends.
ジェスチャが終わる時に実行するアクションを加えます。