-------------------------------- -- @module EaseRateAction -- @extend ActionEase -- @parent_module cc -------------------------------- -- brief Set the rate value for the ease rate action.
-- param rate The value will be set. -- @function [parent=#EaseRateAction] setRate -- @param self -- @param #float rate -- @return EaseRateAction#EaseRateAction self (return value: cc.EaseRateAction) -------------------------------- -- brief Initializes the action with the inner action and the rate parameter.
-- param pAction The pointer of the inner action.
-- param fRate The value of the rate parameter.
-- return Return true when the initialization success, otherwise return false. -- @function [parent=#EaseRateAction] initWithAction -- @param self -- @param #cc.ActionInterval pAction -- @param #float fRate -- @return bool#bool ret (return value: bool) -------------------------------- -- brief Get the rate value of the ease rate action.
-- return Return the rate value of the ease rate action. -- @function [parent=#EaseRateAction] getRate -- @param self -- @return float#float ret (return value: float) -------------------------------- -- -- @function [parent=#EaseRateAction] create -- @param self -- @param #cc.ActionInterval action -- @param #float rate -- @return EaseRateAction#EaseRateAction ret (return value: cc.EaseRateAction) return nil