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

24 lines
660 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module CatmullRomTo
-- @extend CardinalSplineTo
2014-03-10 14:04:58 +08:00
--------------------------------
-- @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)
2014-03-10 14:04:58 +08:00
return nil