DotRecastNetSim/src/DotRecast.Recast.Demo/Tools/Gizmos/ColliderGizmo.cs

8 lines
160 B
C#

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