-- @/=[C]:-1
function togglePerformanceGraph(...)
if im.Button("Open Performance Graph ") then
togglePerformanceGraph()
end
$scope.openPerformanceGraph = function() {
bngApi.engineLua("togglePerformanceGraph()")
}
"title": "ui.inputActions.debug.toggle_performance_graph.title",
"onDown": "togglePerformanceGraph()",
"order": 2,