ComponentManager.filter() method
Returns all components satisfying the given filter function.
Signature:
filter(f: (c: Component3D) => boolean): Component3D<import("../../scripting").Component3DData>[];
Parameters
Parameter |
Type |
Description |
---|---|---|
f |
(c: Component3D) => boolean |
Component3D<import("../../scripting").Component3DData>[]