![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.requestAnimationFrameCallback.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
package cesium
/**
* A function that will be called when the next frame should be drawn.
* @param [timestamp] A timestamp for the frame, in milliseconds.
*/
typealias requestAnimationFrameCallback = (timestamp: Double) -> Unit
© 2015 - 2025 Weber Informatics LLC | Privacy Policy