mirror of https://github.com/axmolengine/axmol.git
16 lines
399 B
Lua
16 lines
399 B
Lua
|
|
--------------------------------
|
|
-- @module TransitionProgressInOut
|
|
-- @extend TransitionProgress
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#TransitionProgressInOut] create
|
|
-- @param self
|
|
-- @param #float t
|
|
-- @param #cc.Scene scene
|
|
-- @return TransitionProgressInOut#TransitionProgressInOut ret (return value: cc.TransitionProgressInOut)
|
|
|
|
return nil
|