kyd
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kyd
kyd-core
/
uk.co.nickthecoder.kyd
/
ActorParent
Actor
Parent
interface
ActorParent
An
Actor
's parent is either another
Actor
or a
Stage
.
Inheritors
Actor
Stage
Members
Properties
children
Link copied to clipboard
abstract
val
children
:
List
<
Actor
>
Functions
add
Actor
Link copied to clipboard
abstract
fun
addActor
(
actor
:
Actor
)
remove
Actor
Link copied to clipboard
abstract
fun
removeActor
(
actor
:
Actor
)