ComponentManager.byTag() method

Returns all component with matching tag. A tag is a string identifier that can be used to group components.

Signature:

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

Parameters

Parameter

Type

Description

tag

string

**Returns:**

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