Files
wnmj/cocos2d/cocos/scripting/lua-bindings/auto/api/ActionInstant.lua
2026-03-01 13:51:43 +08:00

40 lines
1.1 KiB
Lua

--------------------------------
-- @module ActionInstant
-- @extend FiniteTimeAction
-- @parent_module cc
--------------------------------
-- param dt In seconds.
-- @function [parent=#ActionInstant] step
-- @param self
-- @param #float dt
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] clone
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] reverse
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- param time In seconds.
-- @function [parent=#ActionInstant] update
-- @param self
-- @param #float time
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
return nil