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