contains

operator fun Group.contains(actor: Actor): Boolean

Return

true if this group is the direct parent of the passed actor.

Parameters

actor

might be stored in this group.


operator fun Stage.contains(actor: Actor): Boolean

Return

true if the passed actor's stage equals this.

Parameters

actor

might be on this stage.