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

29 lines
774 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module CatmullRomTo
-- @extend CardinalSplineTo
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- initializes the action with a duration and an array of points<br>
-- param dt in seconds
2014-03-10 14:04:58 +08:00
-- @function [parent=#CatmullRomTo] initWithDuration
-- @param self
-- @param #float dt
-- @param #point_table points
2014-03-10 14:04:58 +08:00
-- @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