ComponentManager.forEach() method

Iterates over all components and calls the given function for each one.

Signature:

forEach(f: (c: Component3D, i: any) => void): void;

Parameters

ParameterTypeDescription
f(c: Component3D, i: any) => void

Returns:

void