As an enhancement to Unity's built-in tools, Timeflow provides optional overrides to customize the tools for Timeflow.
Note that overrides are enabled by default, but may easily be disabled as described below.
Enable / Disable Overrides
There are 2 ways to access this setting.
From the Inspector window...
Select 'Enable Timeflow Overrides' from the Transform component menu (three dots).
Or in the Timeflow Preferences
Look for the Overrides section for a button to either enable or disable them.
Once the setting has been changed, this will cause scripts to recompile.
After the change is complete, the inspector view will need to be refreshed. Deselect and reselect the object to force it to update.
TIMEFLOW_OVERRIDES_DISABLED
If the overrides are disabled, it adds the scripting define symbol. This results in all overrides being disabled and the editors returning to their original state.