diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/ccs.AnchorPointFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/ccs.AnchorPointFrame.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/ccs.AnchorPointFrame.lua b/meta/3rd/Cocos4.0/ccs.AnchorPointFrame.lua new file mode 100644 index 00000000..7bfcfe06 --- /dev/null +++ b/meta/3rd/Cocos4.0/ccs.AnchorPointFrame.lua @@ -0,0 +1,24 @@ + +---@class ccs.AnchorPointFrame :ccs.Frame +local AnchorPointFrame={ } +ccs.AnchorPointFrame=AnchorPointFrame + + + + +---* +---@param point vec2_table +---@return self +function AnchorPointFrame:setAnchorPoint (point) end +---* +---@return vec2_table +function AnchorPointFrame:getAnchorPoint () end +---* +---@return self +function AnchorPointFrame:create () end +---* +---@return ccs.Frame +function AnchorPointFrame:clone () end +---* +---@return self +function AnchorPointFrame:AnchorPointFrame () end
\ No newline at end of file |