SCNNodePredicate Delegate
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.
Delegate for use with EnumerateChildNodes(SCNNodePredicate).
public delegate bool SCNNodePredicate(SCNNode node, out bool stop);
type SCNNodePredicate = delegate of SCNNode * -> bool
Parameters
- stop
- Boolean
An out
parameter that, when set to true, stops the enumeration.