mirror of https://github.com/axmolengine/axmol.git
17 lines
450 B
Lua
17 lines
450 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeEdgeChain
|
|
-- @extend PhysicsShape
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeChain] getPointsCount
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeChain] getCenter
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
return nil
|