ComponentAddedEvent

This event is triggered when a component is added to an entity.

Properties

Link copied to clipboard
val componentType: Class<out Component>

The type of component that is added.

Link copied to clipboard

The entity that the component is added to.

Functions

Link copied to clipboard
open override fun toString(): String