Skip to content

Api > LuaBehaviour > FixedUpdate()


LuaBehaviour.FixedUpdate()⚓︎

Frame-rate independent message for physics calculations.

Usage⚓︎

local script = LUA.script;

--- FixedUpdate message from LuaBehaviour

function script.FixedUpdate()
   -- your code here 
end