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

main.cesium.requestAnimationFrameCallback.kt Maven / Gradle / Ivy

// 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 - 2024 Weber Informatics LLC | Privacy Policy