mirror of https://github.com/axmolengine/axmol.git
29 lines
758 B
Lua
29 lines
758 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeBox
|
|
-- @extend PhysicsShapePolygon
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsShapeBox] getSize
|
|
-- @param self
|
|
-- @return size_table#size_table ret (return value: size_table)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsShapeBox] create
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @param #cc.PhysicsMaterial material
|
|
-- @param #vec2_table offset
|
|
-- @return PhysicsShapeBox#PhysicsShapeBox ret (return value: cc.PhysicsShapeBox)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsShapeBox] getOffset
|
|
-- @param self
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
return nil
|