mirror of https://github.com/axmolengine/axmol.git
39 lines
993 B
Lua
39 lines
993 B
Lua
|
|
--------------------------------
|
|
-- @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
|