-------------------------------- -- @module EaseExponentialInOut -- @extend ActionEase -- @parent_module cc -------------------------------- -- brief Create the action with the inner action.
-- param action The pointer of the inner action.
-- return A pointer of EaseExponentialInOut action. If creation failed, return nil. -- @function [parent=#EaseExponentialInOut] create -- @param self -- @param #cc.ActionInterval action -- @return EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut) -------------------------------- -- -- @function [parent=#EaseExponentialInOut] clone -- @param self -- @return EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut) -------------------------------- -- -- @function [parent=#EaseExponentialInOut] update -- @param self -- @param #float time -- @return EaseExponentialInOut#EaseExponentialInOut self (return value: cc.EaseExponentialInOut) -------------------------------- -- -- @function [parent=#EaseExponentialInOut] reverse -- @param self -- @return EaseExponentialInOut#EaseExponentialInOut ret (return value: cc.EaseExponentialInOut) -------------------------------- -- -- @function [parent=#EaseExponentialInOut] EaseExponentialInOut -- @param self -- @return EaseExponentialInOut#EaseExponentialInOut self (return value: cc.EaseExponentialInOut) return nil