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