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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
ParticleControllerInfluencerPanel.java 87 value.templates.addAll( ((ParticleEffect)editor.assetManager.get(FlameMain.DEFAULT_BILLBOARD_PARTICLE)).getControllers());
TextureLoaderPanel.java 82 editor.setTexture(editor.assetManager.get(FlameMain.DEFAULT_BILLBOARD_PARTICLE, Texture.class));
FlameMain.java 118 DEFAULT_BILLBOARD_PARTICLE = "pre_particle.png",
698 assetManager.load(DEFAULT_BILLBOARD_PARTICLE, Texture.class);
736 setTexture((Texture)assetManager.get(DEFAULT_BILLBOARD_PARTICLE));
    [all...]
EffectPanel.java 221 new RegionInfluencer.Single((Texture) editor.assetManager.get(FlameMain.DEFAULT_BILLBOARD_PARTICLE) ),

Completed in 2847 milliseconds