如何检查父SCNNode是否包含子SCNNode

时间:2019-06-25 21:51:53

标签: ios swift scnnode

在UIKit中,我可以检查一个视图是否是另一个视图的子视图:

if !childView.isDescendant(of: parentView) {

    parentView.addSubview(childView)

} else {

    childView.removeFromSuperview()
}

对于SCNNode,.isDescendant(of: )等于什么,所以我可以对SCNNode做同样的事情:

if !childNode.???(of: parentNode) {

    parentNode.addChildNode(childNode)

} else {

    childNode.removeFromParentNode()
}

1 个答案:

答案 0 :(得分:0)

它是job-merge: before_script: - git remote set-url origin https://oauth2:${CI_PUSH_TOKEN}@gitlab.com/mysername/myrepo.git script: - echo 'STARTING TO RUN SCRIPTS' - bash ./script.sh only: - merge_requests ,您可以这样使用它:

childNodes.contains()

enter image description here

enter image description here