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

io.tlf.jme.jfx.impl.JmeUpdateLoop Maven / Gradle / Ivy

The newest version!
package io.tlf.jme.jfx.impl;

/**
 * Gives a javafx control an update loop just like an AppState.
 */

@FunctionalInterface
public interface JmeUpdateLoop {
    void update(float tpf);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy