ComponentRemovedEvent

The event is triggered when a component is removed from an entity.

Properties

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

The type of component that is removed.

Link copied to clipboard

The entity that the component is removed from.

Functions

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