大约有 320 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(208) Laya3.0_api(37) laya_api(24) Laya2.0_api(20) Laya2.0_文档(16) Laya3.0_文档(11) Laya2.0_示例(2) Laya_示例(2)
ide里面Animation组件的source有个bug(碎图) rt,导出的json文件的loadList数组里的资源是一整个字符串,在加载的时候就会报错404,请参考demo 附件 : --> BugDemo.zip 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20190709
...fer 实例。 CommandBuffer _apply():void private CommandBuffer blit(source:RenderTexture, dest:RenderTexture, shader:Shader3D, shaderData:ShaderData = null, subShader:int = 0):void private CommandBuffer clear():void private CommandBuffer setRenderTarget(renderTexture:RenderTexture):void...
来源: Laya2.0_api 发布时间: 20190513
给脚本的source输入框中拖入脚本,导致gameConfig中生成错误的注册类,并且无法修复 给一个对象添加一个脚本组件,给这个脚本组件的source输入框中又拖入一个脚本,导致生成的GameConfig类中生成错误的注册信息,并且,把脚本...
来源: Laya_社区 发布时间: 20181129
...: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' file: 'file:///d%3A/Users/tiger/Documents/HelloHello/libs/LayaAir.d.ts' severity: '错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' 2017-07-28 添加评论 免费...
来源: Laya_社区 发布时间: 20170728
...ntainsError); console.log("\n"); proessXML(xmlValue); } function proessXML(source) { try { var xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } printDirectChildren(xml); } function printDirectChildren(xml) { var rootNode = xml.firstChild ; var nodes = rootNode....
来源: Laya_示例 发布时间: 20241117
...ata, *设置之后纹理宽高可能会发生变化。 */ __proto.loadImageSource=function(source,premultiplyAlpha){ (premultiplyAlpha===void 0)&& (premultiplyAlpha=false); var width=source.width; var height=source.height; this._width=width; this._height=height; this._setWarpMode(/*laya.webg...
来源: Laya_社区 发布时间: 20190809
...dex=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=funct...
来源: Laya_社区 发布时间: 20170516
...aAir 新建项目面板 新建项目sunDemo file:///blog/asroads.github.io/source/_posts/game/LayaAir2-0-LayaBox-%E4%B9%8B%E5%B0%8F%E6%B8%B8%E6%88%8F%E5%BC%80%E6%94%BE%E5%9F%9F%E5%BC%80%E5%8F%91/image-20190307195813680.png?lastModify=1551962708 官方已经给我们搭建好了 基本的结构和框...
来源: Laya_社区 发布时间: 20190307
... if (WebAudioSound.ctx==null){ return; }; var source=WebAudioSound.ctx.createBufferSource(); source.buffer=WebAudioSound._miniBuffer; source.connect(WebAudioSound.ctx.destination); source.start(0,0,0); //Hello Chrome 55! if (source.cont...
来源: Laya_社区 发布时间: 20171114
...or); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; let xml; try { xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } this.printDirectChildren(xml); } // 打印直接子级 printDirectChildren(xml) { let ...
来源: Laya2.0_示例 发布时间: 20241117