ActorParent

interface ActorParent

An Actor's parent is either another Actor or a Stage.

Inheritors

Properties

Link copied to clipboard
abstract val children: List<Actor>

Functions

Link copied to clipboard
abstract fun addActor(actor: Actor)
Link copied to clipboard
abstract fun removeActor(actor: Actor)