This commit is contained in:
2020-07-04 14:41:25 +08:00
parent 70c346d2c1
commit a8f02e4da5
3748 changed files with 587372 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 05152f08969ca4314a48f890ae993c63
timeCreated: 1484289958
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,61 @@
-- xx界面
do
ReadMe.md = {}
local csSelf = nil;
local transform = nil;
-- 初始化,只会调用一次
function ReadMe.md.init(csObj)
csSelf = csObj;
transform = csObj.transform;
--[[
上的组件getChild(transform, "offset", "Progress BarHong"):GetComponent("UISlider");
--]]
end
-- 设置数据
function ReadMe.md.setData(paras)
end
-- 显示在c#中。show为调用refreshshow和refresh的区别在于当页面已经显示了的情况当页面再次出现在最上层时只会调用refresh
function ReadMe.md.show()
end
-- 刷新
function ReadMe.md.refresh()
end
-- 关闭页面
function ReadMe.md.hide()
end
-- 网络请求的回调cmd指命succ成功失败msg消息paras服务器下行数据
function ReadMe.md.procNetwork (cmd, succ, msg, paras)
--[[
if(succ == 0) then
if(cmd == "xxx") then
-- TODO:
end
end
--]]
end
-- 处理ui上的事件例如点击等
function ReadMe.md.uiEventDelegate( go )
local goName = go.name;
--[[
if(goName == "xxx") then
--TODO:
end
--]]
end
-- 当按了返回键时关闭自己返值为true时关闭
function ReadMe.md.hideSelfOnKeyBack( )
return true;
end
--------------------------------------------
return ReadMe.md;
end

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0b5b586e32ea946c7b2906a9f235891e
timeCreated: 1484289944
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
@ECHO OFF
set listFile=list.tmp
del "%listFile%" /q 1>nul 2>nul
dir *.cs /a /b >> "%listFile%"
FOR /f "tokens=*" %%a IN ('more "%listFile%"') DO (ANSI2UTF8.vbs "%%a")
del "%listFile%" /q 1>nul 2>nul
set curPath = %cd%
move /y *.cs %curPath%
PAUSE

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6ec4eee53bc9b453595d114cc94e5cf3
timeCreated: 1484289962
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant: