SCNNodePredicate Delegate

Definition

Delegate for use with EnumerateChildNodes(SCNNodePredicate).

public delegate bool SCNNodePredicate(SCNNode node, out bool stop);
type SCNNodePredicate = delegate of SCNNode *  -> bool

Parameters

node
SCNNode

The current SCNNode.

stop
Boolean

An out parameter that, when set to true, stops the enumeration.

Return Value

Applies to