1 2 3 4 5 6 7 8 9 10 11 12
-- -- 2D图形 -- AsuraEngine.Shape = AsuraEngine.Asset.Extend("Shape") local Shape = AsuraEngine.Shape function Shape.Ctor(self) end return Shape