SKNode.InParentHierarchy(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 is in the hierarchy below node
.
[Foundation.Export("inParentHierarchy:")]
public virtual bool InParentHierarchy (SpriteKit.SKNode node);
abstract member InParentHierarchy : SpriteKit.SKNode -> bool
override this.InParentHierarchy : SpriteKit.SKNode -> bool
Parameters
- node
- SKNode
Returns
- Attributes