SKNodeTouches_UITouch.LocationInNode(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 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