io.tlf.jme.jfx.impl.JmeUpdateLoop Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme-jfx Show documentation
Show all versions of jme-jfx Show documentation
jMonkeyEngine library for JavaFX 12+ integration.
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