setAllPersisting

fun setAllPersisting(components: Collection<Component>, override: Boolean = true, noEvent: Boolean = false)

Sets a list of persisting components on this entity.

Parameters

noEvent

If true, will not fire an AddedComponent event.

See also