mirror of https://github.com/axmolengine/axmol.git
34 lines
846 B
Lua
34 lines
846 B
Lua
|
|
--------------------------------
|
|
-- @module Show
|
|
-- @extend ActionInstant
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- Allocates and initializes the action.<br>
|
|
-- return An autoreleased Show object.
|
|
-- @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)
|
|
|
|
--------------------------------
|
|
-- param time In seconds.
|
|
-- @function [parent=#Show] update
|
|
-- @param self
|
|
-- @param #float time
|
|
-- @return Show#Show self (return value: cc.Show)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#Show] reverse
|
|
-- @param self
|
|
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
|
|
|
|
return nil
|