-------------------------------- -- @module EaseExponentialOut -- @extend ActionEase -------------------------------- -- @function [parent=#EaseExponentialOut] create -- @param self -- @param #cc.ActionInterval actioninterval -- @return EaseExponentialOut#EaseExponentialOut ret (return value: cc.EaseExponentialOut) -------------------------------- -- @function [parent=#EaseExponentialOut] clone -- @param self -- @return EaseExponentialOut#EaseExponentialOut ret (return value: cc.EaseExponentialOut) -------------------------------- -- @function [parent=#EaseExponentialOut] update -- @param self -- @param #float float -------------------------------- -- @function [parent=#EaseExponentialOut] reverse -- @param self -- @return ActionEase#ActionEase ret (return value: cc.ActionEase) return nil