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
Frame-rate independent message for physics calculations.
local script = LUA.script;
--- FixedUpdate message from LuaBehaviour
function script.FixedUpdate()
-- your code here
end