ParaScript.FixedUpdate

Declaration

function FixedUpdate() end

Description

Frame-rate independent MonoBehaviour.FixedUpdate message for physics calculations.

function FixedUpdate()
    print("object FixedUpdate called");  
end