diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.Hide.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/cc.Hide.lua | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.Hide.lua b/meta/3rd/Cocos4.0/cc.Hide.lua new file mode 100644 index 00000000..80ff957f --- /dev/null +++ b/meta/3rd/Cocos4.0/cc.Hide.lua @@ -0,0 +1,25 @@ + +---@class cc.Hide :cc.ActionInstant +local Hide={ } +cc.Hide=Hide + + + + +---* Allocates and initializes the action.<br> +---* return An autoreleased Hide object. +---@return self +function Hide:create () end +---* +---@return self +function Hide:clone () end +---* param time In seconds. +---@param time float +---@return self +function Hide:update (time) end +---* +---@return cc.ActionInstant +function Hide:reverse () end +---* +---@return self +function Hide:Hide () end
\ No newline at end of file |