SKNode.IntersectsNode(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.
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