大约有 703 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0058 秒)
Laya_社区(290) Laya3.0_api(156) laya_api(106) Laya2.0_api(98) Laya2.0_文档(24) Laya_示例(16) Laya3.0_文档(9) Laya2.0_示例(4)
...事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 Ev...
来源: Laya2.0_api 发布时间: 20190513
...载音频之后,再播放还是会重复请求下载呢? http 请求 once 的 回调参数,如何传递和接收? layabox写好的程序可以打包成windows安装包吗? 怎么设置调试地址为网址 问题状态 最新活动: 2018-03-15 18:09 浏览: 1017 关注: 2 人 hel1314 • 2...
来源: Laya_社区 发布时间: 20180315
...CanvasElement],,死活都画不出来,, 主域代码 Laya.timer.once(2000, this, function():void{ var sprite:Sprite = new Sprite(); sprite.pos(0, 0); var texture:Texture = new Texture(Browser.window.sharedCanvas); texture.bitmap.alwaysChange = true;//小程序使用,非常费,这个...
来源: Laya_社区 发布时间: 20181123
...bedoTexture detailNormalScale detailNormalTexture detailTilingOffset emissionColor emissionIntensity emissionTexture enableEmission enableVertexColor gpuMemory id materialRenderMode metallic metallicGlossTexture normalTexture normalTextureScale obsolute occlusionTexture occlusionTextureStrength para...
来源: Laya3.0_api 发布时间: 20231115
...ines and the Terms & Conditions of the Apple Developer Program. - Once your app is fully compliant, resubmit your app for review. Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review t...
来源: Laya_社区 发布时间: 20171221
...事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 Ev...
来源: Laya2.0_api 发布时间: 20190513
... collision area. * Note that for UI object nodes with a set skin property, once a skin texture resource is set, this property becomes ineffective, and the rectangular area drawn by the texture will always be non-penetrable unless it does not accept mouse events or a non-clickable area is set. * @ZH ...
来源: Laya_社区 发布时间: 20250825
... "res/LayaMonkey.lh" ], Laya.Handler.create(this, onComplete)); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.createFromYawPitchRoll(0.025, 0, 0, _quaternion); v...
来源: Laya_社区 发布时间: 20180725
...击任意地方恢复游戏"; pause(); Laya.stage.once(Laya.Event.CLICK, this, this.onStageClick); } _proto.onStageClick = function(){ this.infoLabel.text = ""; resume(); } _proto.hp = function(value){ this.hpLabel.t...
来源: Laya_社区 发布时间: 20170416
...uestion/12349 这是官方提供的代码 微信主域代码: Laya.timer.once(400,this,function():void{ var rankTexture:Texture = new Texture(Browser.window.sharedCanvas); rankTexture.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 rankSprite2.graphics.drawTexture(rankTextu...
来源: Laya_社区 发布时间: 20180504