This commit is contained in:
2026-03-03 13:56:44 +08:00
commit bc77cb13ed
12984 changed files with 1980300 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
--------------------------------
-- @module VisibleFrame
-- @extend Frame
-- @parent_module ccs
--------------------------------
--
-- @function [parent=#VisibleFrame] isVisible
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
--
-- @function [parent=#VisibleFrame] setVisible
-- @param self
-- @param #bool visible
-- @return VisibleFrame#VisibleFrame self (return value: ccs.VisibleFrame)
--------------------------------
--
-- @function [parent=#VisibleFrame] create
-- @param self
-- @return VisibleFrame#VisibleFrame ret (return value: ccs.VisibleFrame)
--------------------------------
--
-- @function [parent=#VisibleFrame] clone
-- @param self
-- @return Frame#Frame ret (return value: ccs.Frame)
--------------------------------
--
-- @function [parent=#VisibleFrame] VisibleFrame
-- @param self
-- @return VisibleFrame#VisibleFrame self (return value: ccs.VisibleFrame)
return nil