diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/ccs.PlayableFrame.lua')
-rw-r--r-- | meta/3rd/Cocos4.0/ccs.PlayableFrame.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/ccs.PlayableFrame.lua b/meta/3rd/Cocos4.0/ccs.PlayableFrame.lua new file mode 100644 index 00000000..cdfddf75 --- /dev/null +++ b/meta/3rd/Cocos4.0/ccs.PlayableFrame.lua @@ -0,0 +1,24 @@ + +---@class ccs.PlayableFrame :ccs.Frame +local PlayableFrame={ } +ccs.PlayableFrame=PlayableFrame + + + + +---* +---@param playact string +---@return self +function PlayableFrame:setPlayableAct (playact) end +---* +---@return string +function PlayableFrame:getPlayableAct () end +---* +---@return self +function PlayableFrame:create () end +---* +---@return ccs.Frame +function PlayableFrame:clone () end +---* +---@return self +function PlayableFrame:PlayableFrame () end
\ No newline at end of file |