2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Layer
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend Node
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-04-25 12:00:21 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Layer] updatePhysics
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Layer] getPhysicsWorld
|
|
|
|
-- @param self
|
|
|
|
-- @return PhysicsWorld#PhysicsWorld ret (return value: cc.PhysicsWorld)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Layer] create
|
|
|
|
-- @param self
|
|
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
|
2014-04-25 12:00:21 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Layer] createWithPhysics
|
|
|
|
-- @param self
|
|
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#Layer] getDescription
|
|
|
|
-- @param self
|
|
|
|
-- @return string#string ret (return value: string)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|