mirror of https://github.com/axmolengine/axmol.git
26 lines
779 B
Lua
26 lines
779 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapeEdgeBox
|
|
-- @extend PhysicsShape
|
|
|
|
--------------------------------
|
|
-- @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 #cc.math::Vector2 array
|
|
-- @return PhysicsShapeEdgeBox#PhysicsShapeEdgeBox ret (return value: cc.PhysicsShapeEdgeBox)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapeEdgeBox] getOffset
|
|
-- @param self
|
|
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
|
|
|
|
return nil
|