GltfWarningCallback typedef Assets and loading

GltfWarningCallback = void Function(GltfImportWarning warning)

Receives non-fatal issues noticed during a glTF/GLB import.

Implementation

typedef GltfWarningCallback = void Function(GltfImportWarning warning);