mirror of https://github.com/axmolengine/axmol.git
19 lines
562 B
Lua
19 lines
562 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeEdgeBox
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeBox] getPointsCount
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeBox] create
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @param #cc.PhysicsMaterial physicsmaterial
|
|
-- @param #float float
|
|
-- @param #point_table point
|
|
-- @return PhysicsShapeEdgeBox#PhysicsShapeEdgeBox ret (return value: cc.PhysicsShapeEdgeBox)
|
|
|
|
return nil
|