addAll

fun addAll(components: Collection<ComponentId>, noEvent: Boolean = false)

Adds a list of components to this entity's type, setting no data.

Parameters

noEvent

If true, will not fire an AddedComponent event.