大约有 808 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0084 秒)
Laya_社区(425) Laya3.0_api(199) Laya2.0_api(89) laya_api(51) Laya2.0_文档(30) Laya3.0_文档(13) Laya_示例(1)
...is, onChangeColor,[colorPicket]);//设置 colorPicket 的颜色改变回调函数。 Laya.stage.addChild(colorPicket);//将此 colorPicket 对象添加到显示列表。 } private function onChangeColor(colorPicket:ColorPicker):void { trace("当前选择的颜色: " + colorPicket.selectedColor); }...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...为onLoaded方法是所有预加载资源都加载完毕的时候执行的函数//从资源来表中获取加载好的background图片纹理 var texture = Laya.loader.getRes('res/background.png'); //创建一个bg显示对象 var bg = new laya.display.Sprite(); //将上面的texture纹理绘制到bg...
来源: Laya_社区 发布时间: 20160722
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
在微信分享成功的回调函数里,Laya播放音效失败。 在游戏里直接调用pause,然后resume,背景音乐先消失,后出现, 在wx分享成功的回调函数里,调用resume打印显示调用成功,但并未播放音乐。 wx.shareAppMessage({ title: "小猪佩奇...
来源: Laya_社区 发布时间: 20180514
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts:92 是否已经销毁。对象销毁后不能再使用。 Returns boolean dis...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...有界面再最小化期间创建,则_parseLines必挂,, _parseLines函数li里面的 if (Render.isConchApp){ measureResult=/*__JS__ */window.conchTextCanvas.measureText(this._testWord); }else { mea...
来源: Laya_社区 发布时间: 20190425
...擎onTriggerStay不执行的bug laya.physics.js文件中 这个_sendEvent函数中,"_triggered"标签已经用被来区分是Enter还是Stay了。 而在box2d.b2Contact.prototype.Update函数中,又用"!b"的方式区分了是Begin还是Stay。 这种重复的区分导致onTriggerStay一直无...
来源: Laya_社区 发布时间: 20200916