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