ComponentManager.byType() method

Returns all components with matching type.

Signature:

byType(type: string): Component3D<import("../../scripting").Component3DData>[];

Parameters

Parameter

Type

Description

type

string

**Returns:**

Component3D<import("../../scripting").Component3DData>[]