大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...tring, callBack:Handler = null, readyUrl:String = "", isSaveFile:Boolean = false, isAutoClear:Boolean = true):void { wxdown({ url: fileUrl, success: function (data:Object):void { if (data.statusCode === 200) { if ((MiniAdpter.autoCacheFile || isSaveFile) && readyUrl.indexOf("wx.qlogo.cn") ==...
来源: Laya_社区 发布时间: 20180820
....gif) (图7) 设置 VScrollBar 的属性 showButtons 的值为 false时的显示效果:  (图8) 在程序里运行时的效果:  (图9) ### 1.2 VScrollBar 组件常用属性  ...
来源: Laya2.0_文档 发布时间: 20210715
... 01-29 14:08:46.279 1864-3400/system_process V/WindowManager: isVisibleLw false for win : Window{4ea167ac u0 com.jump.h5moba/layaair.game.browser.MainActivity EXITING} 01-29 14:10:06.459 12064-12064/? I/LayaBox: JNI OnAppPause 01-29 14:10:06.459 12064-12064/? I/LayaBox: JCAudioManager::pauseMp3 2018...
来源: Laya_社区 发布时间: 20180129
...e)Loader.cacheRes(this._url,this._data); this._customParse=false; this.event("progress",1); this.event("complete",(this.data instanceof Array)? [this.data] :this.data); } 上面这里直接判断失败,走了false 具体见附件。 望解...
来源: Laya_社区 发布时间: 20180101
...private texture2: string = "res/apes/monkey3.png"; private flag: boolean = false; private ape: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER...
来源: Laya2.0_示例 发布时间: 20260303
...s Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器...
来源: Laya3.0_api 发布时间: 20231115
...定按钮选中状态(selected) selected属性默认为未选中的false状态。一旦我们将selected属性设置为true。那按钮将会一直保持选中(持续按下)的状态,而不会再对其它状态产生变化(除非代码中进行状态改变)。 ### 2.4 是否切换按...
来源: Laya2.0_文档 发布时间: 20210714
...", data: {width: subW * mat.a, height: subH * mat.d, matrix: mat}, isLoad: false}); 子域接收消息的地方:var openMatrix = new Laya.Matrix(); openMatrix.a = mainMatrix.a; openMatrix.b = mainMatrix.b; openMatrix.c = mainMatrix.c; openMatrix.d = mainMatrix.d; openMatrix.tx = mainMatrix.tx; ...
来源: Laya_社区 发布时间: 20180815
...示value值 显示进度条 showProgress 是否显示进度条。默认为false,如果存在进度条资源vslider$progress.png,则可以勾选该项 纹理 skin 滑动条的底图资源 九宫格 skinGrid 滑动条底图资源的有效缩放网格数据(九宫格数据) 刻度变动单位 t...
来源: Laya3.0_文档 发布时间: 20251010