2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module ActionScaleFrame
|
|
|
|
-- @extend ActionFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Changes the scale action scaleY.<br>
|
|
|
|
-- param rotation the scale action scaleY.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] setScaleY
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float scaleY
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Changes the scale action scaleX.<br>
|
|
|
|
-- param the scale action scaleX.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] setScaleX
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float scaleX
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the scale action scaleY.<br>
|
|
|
|
-- return the the scale action scaleY.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] getScaleY
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the scale action scaleX.<br>
|
|
|
|
-- return the scale action scaleX.
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] getScaleX
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Gets the ActionInterval of ActionFrame.<br>
|
|
|
|
-- parame duration the duration time of ActionFrame<br>
|
|
|
|
-- return ActionInterval
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] getAction
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float duration
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
-- Default constructor
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#ActionScaleFrame] ActionScaleFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|