Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 549 Bytes

_ispartofnode_.md

File metadata and controls

27 lines (15 loc) · 549 Bytes

Module: "isPartOfNode"

Index

Functions

Functions

isPartOfNode

isPartOfNode(part: SceneNode, rootNode: BaseNode): boolean

Defined in isPartOfNode.ts:4

this function allows you to check whether a node is part of an rootNode

Parameters:

Name Type
part SceneNode
rootNode BaseNode

Returns: boolean