SKNodeChildEnumeratorHandler Delegate

Definition

The delegate that acts as the enumeration handler for EnumerateChildNodes(String, SKNodeChildEnumeratorHandler).

public delegate void SKNodeChildEnumeratorHandler(SKNode node, out bool stop);
type SKNodeChildEnumeratorHandler = delegate of SKNode *  -> unit

Parameters

node
SKNode
stop
Boolean

Applies to