mirror of https://github.com/axmolengine/axmol.git
27 lines
656 B
Lua
27 lines
656 B
Lua
|
|
--------------------------------
|
|
-- @module Show
|
|
-- @extend ActionInstant
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Show] create
|
|
-- @param self
|
|
-- @return Show#Show ret (return value: cc.Show)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Show] clone
|
|
-- @param self
|
|
-- @return Show#Show ret (return value: cc.Show)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Show] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Show] reverse
|
|
-- @param self
|
|
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
|
|
|
|
return nil
|