大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
... = Laya.WebAudioSoundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!th...
来源: Laya_社区 发布时间: 20201014
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231115
...,U3D和1.7.*都没问题 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 2.2.0beta4,微信上动态合批报错. 问题状态 最新活动: 2020-06-05 09:45 浏览: 1635 关注: 1 人
来源: Laya_社区 发布时间: 20200605
...r: Cannot read property 'XXX' of undefined private var spe:Sprite; private function showApe():void { spe = new Sprite(); spe.mouseEnabled = true; spe.x = 100; spe.y = 100; spe.width = 512; ...
来源: Laya_社区 发布时间: 20170407
...ke()与onEnable()调用时机存在问题 执行回调函数时报is not a function 问题状态 最新活动: 2019-10-22 10:27 浏览: 134 关注: 1 人
来源: Laya_社区 发布时间: 20191022
...ke()与onEnable()调用时机存在问题 执行回调函数时报is not a function 问题状态 最新活动: 2019-10-22 10:58 浏览: 738 关注: 1 人
来源: Laya_社区 发布时间: 20191022
...isplay.Text; public class LayaAirTest { public function LayaAirTest() { Laya.init(600, 300); var txt:Text = new Text(); txt.text = "abc"+Laya.timer.currTimer; txt.color ...
来源: Laya_社区 发布时间: 20170429
...2.6\libs\iflash\src\iflash\events\EventManager.as 找到方法 public function acceptSystemMouseEvent(event:*):void { _currentSysEvent = event; event.preventDefault(); //添加这句话即可,再发布即可。 2016-09-19 2 1 分享 微博 QZONE 微信 q12647 赞同来自: cuixuey...
来源: Laya_社区 发布时间: 20160831
... btCollisionObject undefined 导微信小程序报错window.focus is not a function list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 本地调试加载本地图片都报错 问题状态 最新活动: 2017-05-03 17:21 浏览: 1096...
来源: Laya_社区 发布时间: 20170503
...动生成的ui代码报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-05-05 18:01 浏览: 1073 关注: 1 人
来源: Laya_社区 发布时间: 20180505