SCNNode.FindNodes(SCNNodePredicate) 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 an array of all descendant nodes that match the provided predicate
.
[Foundation.Export("childNodesPassingTest:")]
public virtual SceneKit.SCNNode[] FindNodes (SceneKit.SCNNodePredicate predicate);
abstract member FindNodes : SceneKit.SCNNodePredicate -> SceneKit.SCNNode[]
override this.FindNodes : SceneKit.SCNNodePredicate -> SceneKit.SCNNode[]
Parameters
- predicate
- SCNNodePredicate
Returns
SCNNode[]
- Attributes