SKPhysicsWorldBodiesEnumeratorHandler Delegate

Definition

public delegate void SKPhysicsWorldBodiesEnumeratorHandler(SKPhysicsBody body, out bool stop);
type SKPhysicsWorldBodiesEnumeratorHandler = delegate of SKPhysicsBody *  -> unit

Parameters

stop
Boolean

Remarks

Note that because stop is an out parameter, this cannot be specified using lambda syntax.

Applies to