This version of Unity is unsupported.

UQueryState<T0>.ForEach

Declaration

public void ForEach(Action<T> funcCall);

Parameters

funcCall The action to be invoked with each matching element.

Description

Invokes function on all elements matching the query.


Parameters

result Each return value will be added to this list.
funcCall The function to be invoked with each matching element.

Description

Invokes function on all elements matching the query.


Parameters

funcCall The action to be invoked with each matching element.

Description

Invokes function on all elements matching the query.