summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/ccs.TextureFrame.lua
blob: a7888a37b5147c8d151306be97c77b60a23f6ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

---@class ccs.TextureFrame :ccs.Frame
local TextureFrame={ }
ccs.TextureFrame=TextureFrame




---* 
---@return string
function TextureFrame:getTextureName () end
---* 
---@param textureName string
---@return self
function TextureFrame:setTextureName (textureName) end
---* 
---@return self
function TextureFrame:create () end
---* 
---@return ccs.Frame
function TextureFrame:clone () end
---* 
---@param node cc.Node
---@return self
function TextureFrame:setNode (node) end
---* 
---@return self
function TextureFrame:TextureFrame () end