Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.scenes.scene2d.actions |
Modifier and Type | Method and Description |
---|---|
Touchable |
Actor.getTouchable() |
static Touchable |
Touchable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Touchable[] |
Touchable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Actor.setTouchable(Touchable touchable)
Determines how touch events are distributed to this actor.
|
Modifier and Type | Method and Description |
---|---|
Touchable |
TouchableAction.getTouchable() |
Modifier and Type | Method and Description |
---|---|
void |
TouchableAction.setTouchable(Touchable touchable) |
static TouchableAction |
Actions.touchable(Touchable touchable) |