GltfCallback

typealias GltfCallback = (@R|kotlin/ParameterName|(name = String(gltf)) ERROR CLASS: Symbol not found for JsAny) -> Unit(source)

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

Parameters

gltf

The gltf object

See also