gdx.ui.actor

add-listener!

(add-listener! a listener)

id

(id a)

mouseover?

(mouseover? a [x y])

name

(name a)

parent

(parent a)

Returns the parent actor, or null if not in a group.

remove!

(remove! a)

Removes this actor from its parent, if it has a parent.

set-center!

(set-center! a x y)

set-id!

(set-id! a id)

set-name!

(set-name! a name)

set-opts!

(set-opts! a {:keys [id name visible? touchable center-position position], :as opts})

set-position!

(set-position! a x y)

set-touchable!

(set-touchable! a touchable)

:children-only, :disabled or :enabled.

set-visible!

(set-visible! a bool)

toggle-visible!

(toggle-visible! a)

visible?

(visible? a)

x

(x a)

y

(y a)