Uses of Class
com.badlogic.gdx.scenes.scene2d.utils.SpriteDrawable
-
Packages that use SpriteDrawable Package Description com.badlogic.gdx.scenes.scene2d.utils -
-
Uses of SpriteDrawable in com.badlogic.gdx.scenes.scene2d.utils
Methods in com.badlogic.gdx.scenes.scene2d.utils that return SpriteDrawable Modifier and Type Method Description SpriteDrawableSpriteDrawable. tint(Color tint)Creates a new drawable that renders the same as this drawable tinted the specified color.Constructors in com.badlogic.gdx.scenes.scene2d.utils with parameters of type SpriteDrawable Constructor Description SpriteDrawable(SpriteDrawable drawable)
-