大约有 4,338 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0076 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
... 五月 赞同来自: 可尝试注释掉初始化的两个分支如下 function (e) { // if ("object" == typeof exports && "undefined" != typeof module) // module.exports = e(); // else if ("function" == typeof define && false) // define([], e); ...
来源: Laya_社区 发布时间: 20180731
...数据之后设置laya的image.skin图片不显示 __proto.uploaderHandler=function (files) { var self=this; var file=files[0]; var reader=new FileReader(); reader.onload=function () { this.headIcon.loa...
来源: Laya_社区 发布时间: 20170808
...mp3") 3. 声音播放完成后,系统抛出异常__proto._tryClearBuffer=function(sourceNode){ try {sourceNode.buffer=WebAudioSound._miniBuffer;}catch (e){WebAudioSoundChannel._tryCleanFailed=true;} } 求解,谢谢 2017-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20170105
...age { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var a:TestData = new TestData(); a.a = 1; ...
来源: Laya_社区 发布时间: 20171215
...方法是每次都重新创建 源码: input.as private function _setInputMethod():void { input.parentElement && (inputContainer.removeChild(input)); area.parentElement && (inputContainer.removeChild(area)); ...
来源: Laya_社区 发布时间: 20190816
...6 值。 *@return Int16 值。 */ __proto.getInt16=function(){ if (this._pos_+2 > this._length)throw "getInt16 error - Out of bounds"; var us=this._d_.getInt16(this._pos_,this._xd_); this._pos_+=2; return us; ...
来源: Laya_社区 发布时间: 20181025
...ader.load('./card/atlas/card.atlas', Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("./card/card.ani"); //添加到舞台 Laya.stage.addChild(tl); //播放Animation动画 tl.play(); tl.on(...
来源: Laya_社区 发布时间: 20180817
...ffer' property on 'AudioBufferSourceNode'的问题 __proto._tryClearBuffer=function(sourceNode){ // if (!Browser.onMac){ // try{ // sourceNode.buffer=null; // }catch (e){ // WebAudioSoundChannel._tryCleanFailed=true; // } // return; // } try {sourceNode.buffer=WebAudioSound._miniBuffer;}catch (e){We...
来源: Laya_社区 发布时间: 20180914
...adSubpackage({ name: 'stage1', // name 可以填 name 或者 root success: function(res) { // 分包加载成功后通过 success 回调 }, fail: function(res) { // 分包加载失败通过 fail 回调 } }) ``` 加载成功的同时,wx.loadSubpackage 会返回一个 [LoadSubpackageTask](https://de...
来源: Laya2.0_文档 发布时间: 20210715
...入口函数start()[code] start() { return __awaiter(this, void 0, void 0, function* () { let json = JSON.parse(fs.readFileSync("outConfig.json")); this.BaseURL = emiter_1.emiter.BaseURL = json.from; this.outfile = json.out; this.createAS = json.createAS; this.layajsURL = json.layajsURL; this.tsCong...
来源: Laya_社区 发布时间: 20200925