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

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
LoaderButton.java 35 listener.onResourceLoaded(editor.openEffect(file, false));
EffectPanel.java 332 void openEffect () {
335 if(editor.openEffect(file, true) != null){
350 if( (effect = editor.openEffect(file, false)) != null){
505 openEffect();
FlameMain.java     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
EffectPanel.java 140 void openEffect (boolean mergeIntoCurrent) {
312 openEffect(false);
322 openEffect(true);

Completed in 268 milliseconds