diff options
Diffstat (limited to 'Box2d/Assets/Editor/Box2dGizmo.cs')
-rw-r--r-- | Box2d/Assets/Editor/Box2dGizmo.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Box2d/Assets/Editor/Box2dGizmo.cs b/Box2d/Assets/Editor/Box2dGizmo.cs new file mode 100644 index 0000000..e8795ec --- /dev/null +++ b/Box2d/Assets/Editor/Box2dGizmo.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +// 调试用,绘制box2d元素 +namespace Box2DX +{ + class Box2dGizmo + { + } +} |