Package-level declarations

Types

Link copied to clipboard

Provides events triggered when the entity plays animation resource simulations.

Link copied to clipboard

Provides events triggered when the entity plays an audio resource.

Link copied to clipboard

Provides events triggered when collisions occur between entities.

Link copied to clipboard

Provides the events related to components.

Link copied to clipboard

EntityEvents are the events which the entity invokes.

Link copied to clipboard
sealed class Event

The base type of event.

Link copied to clipboard
fun interface EventSubscriber<T : Event>

A function that subscribes to an event.

Link copied to clipboard

SceneEvents are the events which the scene invokes.

Link copied to clipboard

Provides events triggered when the timeline player controller is updated.