summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/mesh2d.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-28 11:34:56 +0800
committerchai <chaifix@163.com>2019-01-28 11:34:56 +0800
commit5e2c00b40695415e3beefa77868afd7315391665 (patch)
treefaa5e4021bd2b55a9b51da842958f61bc094927f /Source/Asura.Framework/graphics/mesh2d.lua
parentce5343ec4e5766f6a7485649f7395d4e072bd706 (diff)
*misc
Diffstat (limited to 'Source/Asura.Framework/graphics/mesh2d.lua')
-rw-r--r--Source/Asura.Framework/graphics/mesh2d.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Asura.Framework/graphics/mesh2d.lua b/Source/Asura.Framework/graphics/mesh2d.lua
index e69de29..1c53608 100644
--- a/Source/Asura.Framework/graphics/mesh2d.lua
+++ b/Source/Asura.Framework/graphics/mesh2d.lua
@@ -0,0 +1,6 @@
+local Mesh2D = AsuraEngine.Asset.Sub("Mesh2D")
+AsuraEngine.Mesh2D = Mesh2D
+
+function Mesh2D.Ctor(self)
+
+end \ No newline at end of file