mirror of https://github.com/axmolengine/axmol.git
16 lines
369 B
Lua
16 lines
369 B
Lua
|
|
--------------------------------
|
|
-- @module FadeIn
|
|
--------------------------------
|
|
-- @function [parent=#FadeIn] setReverseAction
|
|
-- @param self
|
|
-- @param #cc.FadeTo fadeto
|
|
|
|
--------------------------------
|
|
-- @function [parent=#FadeIn] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @return FadeIn#FadeIn ret (return value: cc.FadeIn)
|
|
|
|
return nil
|