2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Layer
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend Node
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2015-03-20 12:53:00 +08:00
|
|
|
-- Creates a fullscreen black layer.<br>
|
|
|
|
-- return An autoreleased Layer object.
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#Layer] create
|
|
|
|
-- @param self
|
|
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#Layer] init
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#Layer] getDescription
|
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
2015-05-05 11:31:53 +08:00
|
|
|
--------------------------------
|
|
|
|
--
|
|
|
|
-- @function [parent=#Layer] Layer
|
|
|
|
-- @param self
|
|
|
|
-- @return Layer#Layer self (return value: cc.Layer)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|