示例#1
0
 /// <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);
 }