We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a268ec4 commit 2a23bc0Copy full SHA for 2a23bc0
src/main.lua
@@ -305,6 +305,12 @@ local function renderFrames()
305
end
306
307
308
+--- Renders all frames in the Basalt runtime
309
+--- @shortDescription Renders all frames
310
+function basalt.render()
311
+ renderFrames()
312
+end
313
+
314
--- Runs basalt once, can be used to update the UI manually, but you have to feed it the events
315
--- @shortDescription Runs basalt once
316
--- @vararg any The event to run with
0 commit comments