net.mostlyoriginal.api.component.camera.Camera Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contrib-jam Show documentation
Show all versions of contrib-jam Show documentation
Jam bundle of systems and components!
The newest version!
package net.mostlyoriginal.api.component.camera;
import com.artemis.Component;
import java.io.Serializable;
/**
* Entity is the scene camera.
*
* @author Daan van Yperen
* @see net.mostlyoriginal.api.system.camera.EntityCameraSystem
*/
public class Camera extends Component implements Serializable{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy