• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 67 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

1. 打包安装到手机一直报错 API can only be initiated by a user gesture [ 100%]

打包安装到手机一直报错 API can only be initiated by a user gesture !-Time:-19:52:13--ConsoleUncaught (in promise) NotAllowedError: play() can only be initiated by a user gesture.-! !-Time:-19:52:19--ConsoleFailed to execute 'play' on 'HTMLMediaElement': API can only be initiated by a use...

来源: Laya_社区 发布时间: 20181030

2. ayaair ide2 ts生成的代码 bug before initialization [ 92%]

ayaair ide2 ts生成的代码 bug before initialization 这个Monster 类生成在他的引用类后面,造成父类没有初始化,这个layaair ide2  ts生成的代码    附件 : --> 2021-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

来源: Laya_社区 发布时间: 20210427

3. 关于Laya.Component3D脚本生命周期BUG反馈 [ 91%]

...命周期BUG反馈 如果脚本继承了Laya.Component3D,并且重写了_initialize()函数,那么该脚本的_update()、_lateUpdate()函数将不会再执行,必须在_initialize()函数中调用父类的_initialize()函数才行,这应该是bug。         public _initialize(owner:...

来源: Laya_社区 发布时间: 20170722

4. CameraMoveScript.as在哪儿下载群里的有错 [ 76%]

...的有错 public function CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseOut); var camera:BaseCamera...

来源: Laya_社区 发布时间: 20170218

5. 组件生命周期,混乱 [ 75%]

...show&catid=31&id=140 组件的生命周期是: 构造函数→preinitialize (预初始化)→createChildren(创建子对象)→initialize(初始化)→属性计算→callLater→渲染显示。 而实际的1.5.2的版本中,生命周期是:  preinitialize > createChildren > initia...

来源: Laya_社区 发布时间: 20161110

6. Dialog的onShow方法重写无效 [ 75%]

... 我在View类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法可以正常使用,但dialog...

来源: Laya_社区 发布时间: 20161220

7. lineCap不起作用,什么原因了? [ 74%]

lineCap不起作用,什么原因了? line.graphics.drawPath(initX, initY, [ ["moveTo", 0, 0], ["lineTo", moveX - initX, moveY - initY], ["closePath"] ], { fillStyle: "#ffe400" }, { strokeStyle: "#ffe400", lineCap: "round", lineWidth: 14 }); 线可以画出来,但是两头圆角没生效。 20...

来源: Laya_社区 发布时间: 20170322

8. 关于3d项目中component的问题 [ 73%]

... 0; } Laya.class(CmpScript, "CmpScript", Laya.Script) CmpScript.prototype._initialize = function (owner) { var _this = this; CmpScript.__super.prototype._initialize.call(this, owner); } CmpScript.prototype._update = function (state) { CmpScript.__super.prototype._update.call(this, state); if (this.o...

来源: Laya_社区 发布时间: 20161126

9. 升级引擎到1.7.19.1beta List报错问题 [ 73%]

...ructor()      {           super();       }        protected initialize():void        {              super.initialize();              this.itemRender = PageRender;//错误,因为_cells未初始化              this._itemRender = PageRender;//OK        } }...

来源: Laya_社区 发布时间: 20180810

10. 蒙皮动画挂点应用 [ 72%]

....getComponentByType(SkinAnimations) as SkinAnimations; this.skinAnimation._initialize(body); // var tempet:AnimationTemplet = new AnimationTemplet(); var tempet:AnimationTemplet = AnimationTemplet.load("res/LayaScene_body1/Assets/H5/body-idle1.lani"); // debugger skinAnimation.templet = tempet body....

来源: Laya_社区 发布时间: 20170819