setDebugFlag static method
@brief Sets the state of a debug flag. @param flag The debug flag to set @see DebugFlag "DebugFlag". @param on Specifies whether the debug flag is enabled (true) or disabled (false).
Implementation
static void setDebugFlag(DebugFlag flag, bool on) => $prototype.setDebugFlag(flag, on);