SKPhysicsWorldBodiesEnumeratorHandler 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.
public delegate void SKPhysicsWorldBodiesEnumeratorHandler(SKPhysicsBody body, out bool stop);
type SKPhysicsWorldBodiesEnumeratorHandler = delegate of SKPhysicsBody * -> unit
Parameters
- body
- SKPhysicsBody
- stop
- Boolean
Remarks
Note that because stop
is an out
parameter, this cannot be specified using lambda syntax.