SKNodeTouches_UITouch.PreviousLocationInNode(UITouch, SKNode) Method

Definition

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

Applies to