背景和头像缺失
This commit is contained in:
40
cocos2d/cocos/scripting/lua-bindings/auto/api/BezierTo.lua
Normal file
40
cocos2d/cocos/scripting/lua-bindings/auto/api/BezierTo.lua
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
--------------------------------
|
||||
-- @module BezierTo
|
||||
-- @extend BezierBy
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- param t In seconds.
|
||||
-- @function [parent=#BezierTo] initWithDuration
|
||||
-- @param self
|
||||
-- @param #float t
|
||||
-- @param #cc._ccBezierConfig c
|
||||
-- @return bool#bool ret (return value: bool)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#BezierTo] startWithTarget
|
||||
-- @param self
|
||||
-- @param #cc.Node target
|
||||
-- @return BezierTo#BezierTo self (return value: cc.BezierTo)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#BezierTo] clone
|
||||
-- @param self
|
||||
-- @return BezierTo#BezierTo ret (return value: cc.BezierTo)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#BezierTo] reverse
|
||||
-- @param self
|
||||
-- @return BezierTo#BezierTo ret (return value: cc.BezierTo)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#BezierTo] BezierTo
|
||||
-- @param self
|
||||
-- @return BezierTo#BezierTo self (return value: cc.BezierTo)
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user