nixos/lua-lsp/meta/3rd/Cocos4.0/library/cc/TransitionSlideInB.lua

23 lines
676 B
Lua
Raw Normal View History

---@meta
---@class cc.TransitionSlideInB :cc.TransitionSlideInL
local TransitionSlideInB={ }
cc.TransitionSlideInB=TransitionSlideInB
---* Creates a transition with duration and incoming scene.<br>
---* param t Duration time, in seconds.<br>
---* param scene A given scene.<br>
---* return A autoreleased TransitionSlideInB object.
---@param t float
---@param scene cc.Scene
---@return self
function TransitionSlideInB:create (t,scene) end
---* returns the action that will be performed by the incoming and outgoing scene
---@return cc.ActionInterval
function TransitionSlideInB:action () end
---*
---@return self
function TransitionSlideInB:TransitionSlideInB () end