2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RotateTo
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ActionInterval
|
2014-06-25 17:36:50 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2014-07-17 10:28:34 +08:00
|
|
|
-- @overload self, float, float
|
|
|
|
-- @overload self, float, float, float
|
2014-08-05 13:35:12 +08:00
|
|
|
-- @overload self, float, vec3_table
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#RotateTo] create
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
|
|
|
-- @param #float dstAngleX
|
|
|
|
-- @param #float dstAngleY
|
2014-10-17 22:56:22 +08:00
|
|
|
-- @return RotateTo#RotateTo ret (return value: cc.RotateTo)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#RotateTo] startWithTarget
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #cc.Node target
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return RotateTo#RotateTo self (return value: cc.RotateTo)
|
2014-03-18 15:55:30 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#RotateTo] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return RotateTo#RotateTo ret (return value: cc.RotateTo)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#RotateTo] reverse
|
|
|
|
-- @param self
|
|
|
|
-- @return RotateTo#RotateTo ret (return value: cc.RotateTo)
|
|
|
|
|
|
|
|
--------------------------------
|
2015-03-18 22:02:42 +08:00
|
|
|
-- param dt In seconds.
|
2014-03-18 15:55:30 +08:00
|
|
|
-- @function [parent=#RotateTo] update
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float time
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return RotateTo#RotateTo self (return value: cc.RotateTo)
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|