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