SKNodeTouches_UITouch.PreviousLocationInNode(UITouch, SKNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The previous location of this
in the coordinate system of node
.
[Foundation.Export("previousLocationInNode:")]
public static CoreGraphics.CGPoint PreviousLocationInNode (this UIKit.UITouch This, SpriteKit.SKNode node);
static member PreviousLocationInNode : UIKit.UITouch * SpriteKit.SKNode -> CoreGraphics.CGPoint
Parameters
- This
- UITouch
The instance on which this method operates.
- node
- SKNode
Returns
- Attributes