Click or drag to resize

ILayerManagerForEach Method

Executes an action over all layers in order.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void ForEach(
	Func<TouchLayer, bool> action
)

Parameters

action
Type: SystemFuncTouchLayer, Boolean
The action to execute. If it returns true, execution stops.
See Also