GltfResourceLoader_asyncGetLoadProgressRenderThread function

  1. @Native<Void Function(Pointer<TGltfResourceLoader>, Pointer<NativeFunction<Void Function(Float)>>)>(ffi.Pointer<TGltfResourceLoader>, ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>>)>(isLeaf: true)
void GltfResourceLoader_asyncGetLoadProgressRenderThread(
  1. Pointer<TGltfResourceLoader> tGltfResourceLoader,
  2. Pointer<NativeFunction<Void Function(Float)>> callback
)

Implementation

@ffi.Native<
        ffi.Void Function(ffi.Pointer<TGltfResourceLoader>,
            ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>>)>(
    isLeaf: true)
external void GltfResourceLoader_asyncGetLoadProgressRenderThread(
  ffi.Pointer<TGltfResourceLoader> tGltfResourceLoader,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Float)>> callback,
);