Share via


SKNodeTouches_UITouch.LocationInNode(UITouch, SKNode) Method

Definition

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

[Foundation.Export("locationInNode:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGPoint LocationInNode(this UIKit.UITouch This, SpriteKit.SKNode node);
[<Foundation.Export("locationInNode:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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