mirror of https://github.com/axmolengine/axmol.git
32 lines
836 B
Lua
32 lines
836 B
Lua
|
|
--------------------------------
|
|
-- @module Layer
|
|
-- @extend Node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] updatePhysics
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] getPhysicsWorld
|
|
-- @param self
|
|
-- @return PhysicsWorld#PhysicsWorld ret (return value: cc.PhysicsWorld)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] create
|
|
-- @param self
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] createWithPhysics
|
|
-- @param self
|
|
-- @return Layer#Layer ret (return value: cc.Layer)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Layer] getDescription
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
return nil
|