mirror of https://github.com/axmolengine/axmol.git
68 lines
1.8 KiB
Lua
68 lines
1.8 KiB
Lua
|
|
--------------------------------
|
|
-- @module ActionFrame
|
|
-- @extend Ref
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
-- overload function: getAction(float, ccs.ActionFrame)
|
|
--
|
|
-- overload function: getAction(float)
|
|
--
|
|
-- @function [parent=#ActionFrame] getAction
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #ccs.ActionFrame actionframe
|
|
-- @return ActionInterval#ActionInterval ret (retunr value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] getFrameType
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] setFrameTime
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] setEasingType
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] getFrameTime
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] getFrameIndex
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] setFrameType
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] setFrameIndex
|
|
-- @param self
|
|
-- @param #int int
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] setEasingParameter
|
|
-- @param self
|
|
-- @param #array_table array
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] getEasingType
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionFrame] ActionFrame
|
|
-- @param self
|
|
|
|
return nil
|