Uses of Class
com.prineside.tdi2.utils.TextureRegionConfig
Packages that use TextureRegionConfig
-
Uses of TextureRegionConfig in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return types with arguments of type TextureRegionConfig -
Uses of TextureRegionConfig in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils that return TextureRegionConfigModifier and TypeMethodDescriptionstatic TextureRegionConfig
alias alias, x, y, w, h (0..1) alias, x, y, w, h, rs (0..rs) alias, x, y, ox, oy, w, h (0..1) + alias, x, y, ox, oy, w, h, rs (0..rs) + alias, x, y, ox, oy, w, h, color (0..1) + alias, x, y, ox, oy, w, h, color, rs (0..rs) +Method parameters in com.prineside.tdi2.utils with type arguments of type TextureRegionConfigModifier and TypeMethodDescriptionstatic void
TextureRegionConfig.drawBatch
(Array<TextureRegionConfig> trs, Batch batch, float x, float y, float size) static void
TextureRegionConfig.drawBatch
(Array<TextureRegionConfig> trs, Batch batch, float x, float y, float size, float scale, float angle) static void
TextureRegionConfig.drawCache
(Array<TextureRegionConfig> trs, SpriteCache cache, float x, float y, float size) static Quad
TextureRegionConfig.toQuad
(Array<TextureRegionConfig> arr) static Quad
TextureRegionConfig.toQuadWithSize
(Array<TextureRegionConfig> arr, float width, float height) Constructors in com.prineside.tdi2.utils with parameters of type TextureRegionConfigModifierConstructorDescriptionSquare texture which fills all of the space (width, height = 1f, x, y = 0f, origin = 0.5f)