mirror of https://github.com/axmolengine/axmol.git
24 lines
773 B
Lua
24 lines
773 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionFadeTR
|
|
--------------------------------
|
|
-- @function [parent=#TransitionFadeTR] easeActionWithAction
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionFadeTR] actionWithSize
|
|
-- @param self
|
|
-- @param #size_table size
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionFadeTR] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionFadeTR#TransitionFadeTR ret (return value: cc.TransitionFadeTR)
|
|
|
|
return nil
|