摘要:
nNum 当前数字 n 保留小数点位数 function getPreciseDecimal(nNum, n) if type(nNum) ~= "number" then return nNum; end n = n or 0; n = math.floor(n) if n < 0 then n 阅读全文
摘要:
编译时候提示错误:1061 Assets/XLua/Gen/UnityEngineLightWrap.cs(723,60): error CS1061: Type `UnityEngine.Light' does not contain a definition for `shadowRadius' 阅读全文