Java com.badlogic.gdx.rube.graphics.g2d RubeSprite fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.rube.graphics.g2d RubeSprite fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.rube.graphics.g2d RubeSprite.

The text is from its open source code.

Constructor

RubeSprite(Texture texture, RubeImage imageData)
Creates a RubeSprite and setup it with the information in the RubeImage .
RubeSprite(TextureRegion region, RubeImage imageData)
Creates a RubeSprite and setup it with the information in the RubeImage .

Method