public static void
DrawBasics.ToggleGlobalOverwriteFor_durationInSec(bool globalOverwriteIsEnabled, float valueOf_durationInSec_thatShouldAlwaysBeEnforced = 0.0f)
Most of Draw XXLs drawing functions have an optional "durationInSec" parameter quite late in the function signature.
To use it you would have to supply all other optional parameters till you reach the "durationInSec" parameter.
You can save some effort by overwriting the optional "durationInSec" globally via the here described "ToggleGlobalOverwriteFor_durationInSec()" function.