summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/ccs.TextureFrame.lua
blob: 7e3a5aabfa3fe1bb5577eb68cd613c4e0d197b83 (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
29
---@meta

---@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