GltfCallback

typealias GltfCallback = (gltf: Any) -> Unit(source)

Interface for the function that is called with the loaded gltf object once loaded.

Parameters

gltf

The gltf object

See also