/// <summary> /// debug draws the contents of the spatial hash. Note that Core.debugRenderEnabled must be true or nothing will be displayed. /// </summary> /// <param name="secondsToDisplay">Seconds to display.</param> internal static void DebugDraw(float secondsToDisplay) { _spatialHash.DebugDraw(secondsToDisplay, 2f); }