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

ParameterTypeDescription
tagstring

Returns:

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