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 void ForEach(
Func<TouchLayer, bool> action
)
Parameters
- action
- Type: SystemFuncTouchLayer, Boolean
The action to execute. If it returns true, execution stops.
See Also