com.uwsoft.editor.renderer.data.Essentials Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of overlap2d-runtime-libgdx Show documentation
Show all versions of overlap2d-runtime-libgdx Show documentation
overlap2d-runtime-libgdx provides functionality to load, manipulate and render scenes generated by Overlap2D.
The newest version!
package com.uwsoft.editor.renderer.data;
import box2dLight.RayHandler;
import com.badlogic.gdx.physics.box2d.World;
import com.uwsoft.editor.renderer.resources.IResourceRetriever;
public class Essentials {
public RayHandler rayHandler;
//public SkeletonRenderer skeletonRenderer;
public IResourceRetriever rm;
public World world;
public boolean physicsStopped = false;
}