SKNode.GetNodeAtPoint(CGPoint) Method

Definition

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

Applies to