Function SceneTree.debugNavigationHint
If true
, navigation polygons will be visible when running the game from the editor for debugging purposes.
bool debugNavigationHint() nothrow @property @nogc;
void debugNavigationHint
(
bool v
) nothrow @property @nogc;