SKNode.IntersectsNode(SKNode) Method

Definition

Returns true if the current node's frame intersects with the frame of the specified node, not counting the children of either node.

[Foundation.Export("intersectsNode:")]
public virtual bool IntersectsNode (SpriteKit.SKNode node);
abstract member IntersectsNode : SpriteKit.SKNode -> bool
override this.IntersectsNode : SpriteKit.SKNode -> bool

Parameters

node
SKNode

Returns

Attributes

Applies to