mirror of https://github.com/axmolengine/axmol.git
23 lines
632 B
Lua
23 lines
632 B
Lua
|
|
--------------------------------
|
|
-- @module CatmullRomBy
|
|
|
|
--------------------------------
|
|
-- @function [parent=#CatmullRomBy] initWithDuration
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #point_table pointarray
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#CatmullRomBy] clone
|
|
-- @param self
|
|
-- @return CatmullRomBy#CatmullRomBy ret (return value: cc.CatmullRomBy)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#CatmullRomBy] reverse
|
|
-- @param self
|
|
-- @return CatmullRomBy#CatmullRomBy ret (return value: cc.CatmullRomBy)
|
|
|
|
return nil
|