Example ====== Capture - Diagnostics ====== ^ by: | Alex del Bondio, April 2019 | ^ published: | here | ^ description: | show Capture diagnostics | ^ remarks: | | Remarks * these macros turn on or off the diagnostics in Capture which show you things like frame rate, render details etc. I have not found a way to do this in a generic way on the console. {{tag> capture diagnostic settings }} ==== functions ==== * [[:macros:function:ActionScript.SetProperty.boolean]] ==== affected properties ==== * [[:macros:property:Visualiser.Capture.ShowDiagnostics]] ===== Code ===== ActionScript.SetProperty.Boolean("Visualiser.Capture.ShowDiagnostics", true) ActionScript.SetProperty.Boolean("Visualiser.Capture.ShowDiagnostics", false) ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] * ''Visualiser.Capture.ShowDiagnostics'' turns either on or off the diagnostics which are shown in the Capture workspace ===== How to use it ===== * [[:macros:deploying|make this macro available]] ~~DISCUSSION~~