大约有 54 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0045 秒)
...s =this; var type:String = message.type; switch(type) { default: break; } // this.getFriendData(); this.setlist(this.arr); } 然后 记...
来源: Laya_社区 发布时间: 20190307
...) + ".wav"; return audioPath; } public boolean onTouch(final String type){ switch(type){ case "d": mPTTStartTime = System.currentTimeMillis(); startRecordAudio(); return true; case "u": mAudioDownloaded = false; long endTime = System.currentTimeMillis(); if (endTime - mPTTStartTime < 1000){ Expor...
来源: Laya_社区 发布时间: 20170722
...前有两个快捷功能,如下图所示:  ##### `Switch to LayaAir3D BlinnPhongMateria Shader` 可以将Unity的材质一键转换成为LayaAir引擎BlinnPhong材质。 ##### `Switch to LayaAir3D PBRStandardMaterial Shader` 可以将Unity的材质一键转换成为LayaAir...
来源: Laya2.0_文档 发布时间: 20210714
...ter.subMaps[curfileHead]; url = url.replace(curfileHead, newfileHead); } } switch (type) { case Laya.Loader.IMAGE: case "htmlimage": case "nativeimage": MiniLoader._transformImgUrl(url, type, thisLoader); break; case Laya.Loader.SOUND: thisLoader._loadSound(url); break; default: ...
来源: Laya_社区 发布时间: 20200103