HomeSort by relevance Sort by last modified time
    Searched refs:TexturePanel (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TextureAtlasPanel.java 69 regionsPanel.add(new TexturePanel( texture, getRegions(texture, atlasRegions, regions)));
86 TexturePanel panel = getCurrentRegionPanel();
90 public TexturePanel getCurrentRegionPanel(){
97 ((TexturePanel)regionPanel).clearSelection();
TexturePanel.java 15 public class TexturePanel extends ImagePanel {
24 public TexturePanel(){
54 public TexturePanel(Texture texture, Array<TextureRegion> regions){
RegionPickerPanel.java 42 TexturePanel texturePanel;
58 texturePanel = new TexturePanel();
62 content.add(texturePanel, "texture");
111 TexturePanel currentTexturePanel = panel == atlasPanel ? atlasPanel.getCurrentRegionPanel() : texturePanel;
120 TexturePanel currentTexturePanel = panel == atlasPanel ? atlasPanel.getCurrentRegionPanel() : texturePanel;
129 TexturePanel currentTexturePanel = panel == atlasPanel ? atlasPanel.getCurrentRegionPanel() : texturePanel
    [all...]

Completed in 53 milliseconds