mirror of https://github.com/axmolengine/axmol.git
10 lines
243 B
Lua
10 lines
243 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module PhysicsShapeEdgePolygon
|
||
|
--------------------------------
|
||
|
-- @function [parent=#PhysicsShapeEdgePolygon] getPointsCount
|
||
|
-- @param self
|
||
|
-- @return int#int ret (return value: int)
|
||
|
|
||
|
return nil
|