axmol/cocos/scripting/lua-bindings/auto/api/CatmullRomTo.lua

25 lines
681 B
Lua

--------------------------------
-- @module CatmullRomTo
-- @extend CardinalSplineTo
-- @parent_module cc
--------------------------------
-- @function [parent=#CatmullRomTo] initWithDuration
-- @param self
-- @param #float float
-- @param #point_table pointarray
-- @return bool#bool ret (return value: bool)
--------------------------------
-- @function [parent=#CatmullRomTo] clone
-- @param self
-- @return CatmullRomTo#CatmullRomTo ret (return value: cc.CatmullRomTo)
--------------------------------
-- @function [parent=#CatmullRomTo] reverse
-- @param self
-- @return CatmullRomTo#CatmullRomTo ret (return value: cc.CatmullRomTo)
return nil