-- -- 2D图形 -- AsuraEngine.Shape = AsuraEngine.Asset.Extend("Shape") local Shape = AsuraEngine.Shape function Shape.Ctor(self) end return Shape