var location: CGPoint
The location of the drag gesture’s current event.
ドラッグジェスチャのもつ現在のイベントの位置。
var predictedEndLocation : CGPoint
A prediction, based on the current drag velocity, of where the final location will be if dragging stopped now.
今ドラッグが停止したならば最終的な場所がそこになるであろう、現在のドラッグ速度に基づく、ある予測。
var predictedEndTranslation : CGSize
A prediction, based on the current drag velocity, of what the final translation will be if dragging stopped now.
今ドラッグが停止したならば最終的な変形がそれになるであろう、現在のドラッグ速度に基づく、ある予測。
var startLocation : CGPoint
The location of the drag gesture’s first event.
ドラッグジェスチャのもつ最初のイベントの位置。
var time: Date
The time associated with the drag gesture’s current event.
ドラッグジェスチャのもつ現在のイベントと結びつけられた時間。
var translation: CGSize
The total translation from the start of the drag gesture to the current event of the drag gesture.
ドラッグジェスチャの始まりからドラッグジェスチャの現在のイベントまでの総変換。