SKNode.GetNodeAtPoint(CGPoint) 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.
Returns either the most deeply nested descendant that contains point
, where point
is specified in the current node's coordinate system.
[Foundation.Export("nodeAtPoint:")]
public virtual SpriteKit.SKNode GetNodeAtPoint (CoreGraphics.CGPoint point);
abstract member GetNodeAtPoint : CoreGraphics.CGPoint -> SpriteKit.SKNode
override this.GetNodeAtPoint : CoreGraphics.CGPoint -> SpriteKit.SKNode
Parameters
- point
- CGPoint
Returns
- Attributes