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

Parameter

Type

Description

f

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

**Returns:**

void