All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uwsoft.editor.renderer.resources.IAssetLoader Maven / Gradle / Ivy

Go to download

overlap2d-runtime-libgdx provides functionality to load, manipulate and render scenes generated by Overlap2D.

There is a newer version: 0.1.1
Show newest version
package com.uwsoft.editor.renderer.resources;

import com.badlogic.gdx.graphics.Texture;

/**
 * Created by azakhary on 9/9/2014.
 */
public interface IAssetLoader {

    public void loadAtlasPack();
    public void loadParticleEffects();
    public void loadSpriteAnimations();
    public void loadSpineAnimations();
    public void loadFonts();
	void loadSpriterAnimations();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy