Click or drag to resize

IndexT1, T2ForEach Method

Iterates over all the registered instances

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void ForEach(
	Action<T2> callback
)

Parameters

callback
Type: SystemActionT2
See Also