FixedUpdate
7/14/25Less than 1 minute
Script.FixedUpdate()
Frame-rate independent FixedUpdate message for physics calculations. Similar to Unity Fixed Update
Usage
local script = LUA.script;
--- FixedUpdate message from Script
function script.FixedUpdate()
-- your code here
end