Uses of Enum Class
com.prineside.tdi2.scene2d.Touchable
Packages that use Touchable
- 
Uses of Touchable in com.prineside.tdi2.scene2d
Methods in com.prineside.tdi2.scene2d that return TouchableModifier and TypeMethodDescriptionActor.getTouchable()static TouchableReturns the enum constant of this class with the specified name.static Touchable[]Touchable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.prineside.tdi2.scene2d with parameters of type TouchableModifier and TypeMethodDescriptionvoidActor.setTouchable(Touchable touchable) Determines how touch events are distributed to this actor. - 
Uses of Touchable in com.prineside.tdi2.scene2d.actions
Methods in com.prineside.tdi2.scene2d.actions that return TouchableMethods in com.prineside.tdi2.scene2d.actions with parameters of type TouchableModifier and TypeMethodDescriptionvoidTouchableAction.setTouchable(Touchable touchable) static TouchableAction