mirror of https://github.com/axmolengine/axmol.git
13 lines
318 B
Lua
13 lines
318 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionMoveInR
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TransitionMoveInR] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionMoveInR#TransitionMoveInR ret (return value: cc.TransitionMoveInR)
|
|
|
|
return nil
|