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

9 lines
162 B
C#

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