gdx.ui.actor
add-listener!
(add-listener! a listener)
mouseover?
(mouseover? a [x y])
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-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)