diff options
author | chai <chaifix@163.com> | 2018-09-25 20:42:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-25 20:42:16 +0800 |
commit | 04da427e37c2c30befea6fd750de71e60fb9de22 (patch) | |
tree | 87af0d568e286e8ae0ee87343be12239e2e4e6e9 /Box2d/Assets/Editor/Box2dGizmo.cs | |
parent | e61e555361940b1b3c865520d78b203df03237c5 (diff) |
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 + { + } +} |