SKNodeTouches_UITouch.LocationInNode(UITouch, SKNode) Method

Definition

The current position of this in the coordinate system of node.

[Foundation.Export("locationInNode:")]
public static CoreGraphics.CGPoint LocationInNode (this UIKit.UITouch This, SpriteKit.SKNode node);
static member LocationInNode : UIKit.UITouch * SpriteKit.SKNode -> CoreGraphics.CGPoint

Parameters

This
UITouch

The instance on which this method operates.

node
SKNode

Returns

Attributes

Applies to