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