chore(SpatialHash): Debug Settings Header

This commit is contained in:
MrGadget 2024-04-17 02:29:29 -04:00
parent c41c57032f
commit 5c2c7d11c2

View File

@ -36,7 +36,7 @@ public enum CheckMethod
[Tooltip("Spatial Hashing supports 3D (XZ) and 2D (XY) games.")] [Tooltip("Spatial Hashing supports 3D (XZ) and 2D (XY) games.")]
public CheckMethod checkMethod = CheckMethod.XZ_FOR_3D; public CheckMethod checkMethod = CheckMethod.XZ_FOR_3D;
// debugging [Header("Debug Settings")]
public bool showSlider; public bool showSlider;
// the grid // the grid