背景和头像缺失
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
|
||||
--------------------------------
|
||||
-- @module EaseCubicActionOut
|
||||
-- @extend ActionEase
|
||||
-- @parent_module cc
|
||||
|
||||
--------------------------------
|
||||
-- brief Create the action with the inner action.<br>
|
||||
-- param action The pointer of the inner action.<br>
|
||||
-- return A pointer of EaseCubicActionOut action. If creation failed, return nil.
|
||||
-- @function [parent=#EaseCubicActionOut] create
|
||||
-- @param self
|
||||
-- @param #cc.ActionInterval action
|
||||
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#EaseCubicActionOut] clone
|
||||
-- @param self
|
||||
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#EaseCubicActionOut] update
|
||||
-- @param self
|
||||
-- @param #float time
|
||||
-- @return EaseCubicActionOut#EaseCubicActionOut self (return value: cc.EaseCubicActionOut)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#EaseCubicActionOut] reverse
|
||||
-- @param self
|
||||
-- @return EaseCubicActionOut#EaseCubicActionOut ret (return value: cc.EaseCubicActionOut)
|
||||
|
||||
--------------------------------
|
||||
--
|
||||
-- @function [parent=#EaseCubicActionOut] EaseCubicActionOut
|
||||
-- @param self
|
||||
-- @return EaseCubicActionOut#EaseCubicActionOut self (return value: cc.EaseCubicActionOut)
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user