using DotRecast.Recast.Demo.Draw; namespace DotRecast.Recast.Demo.Tools.Gizmos; public interface ColliderGizmo { void render(RecastDebugDraw debugDraw); }