Skip to main content

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