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

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

101. laya.d3.component.AttachPoint [ 70%]

...Classes | Index | Frames No Frames AttachPointProperties | Methods | Events Packagelaya.d3.componentClasspublic class AttachPointInheritanceAttachPoint Component3D EventDispatcher Object AttachPoint 类用于创建挂点组件。 Public Properties Hide Inherited Public Properties Show Inherit...

来源: laya_api 发布时间: 20170929

102. laya.device.motion.Accelerator [ 70%]

...ckagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationInclu...

来源: laya_api 发布时间: 20170929

103. 如何取消 window 的 resize事件啊? [ 69%]

... 有的不生效 微信小游戏与加载图片时不会触发erroe事件 event自定义事件的问题 鼠标滚轮滚动事件 3d物理不能触发onCollisionEnter事件 问题状态 最新活动: 2017-02-06 18:51 浏览: 3537 关注: 2 人 trlanfeng • 2017-02-06 19:38 这个针对的是laya对...

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

104. laya.d3.core.light.LightSprite_API3.0 [ 69%]

...ve addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on on...

来源: Laya3.0_api 发布时间: 20231115

105. laya.device.motion.Accelerator [ 69%]

...ckagelaya.device.motionClasspublic class AcceleratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationInclu...

来源: Laya2.0_api 发布时间: 20190513

106. 点击过快问题 [ 69%]

... 赞同来自: zjw917329684 参考下下面的写法吧: Laya.stage.once(Event.CLICK,this,onClick); } private function onClick():void { trace("aaa"); Laya.stage.off(Event.CLICK,this,onClick); Laya.timer.once(500,this,onLoop); } private function onLoop():void { Laya.stage.once(Event.CLICK,this,onCl...

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

107. tab 是否可以做到左右滑动切换view呢? [ 69%]

...-08-23 0 0 分享 微博 QZONE 微信 asdf131 赞同来自: { this.on(laya.events.Event.MOUSE_DOWN ,this, this.onMouseDown);         this.on(laya.events.Event.MOUSE_UP ,this, this.onMouseUp);              }     private onMouseDownX : number;     private onMouseDownY : number;  ...

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

108. laya2.3 HTMLImageElement加载图片偶现崩溃 [ 69%]

...2019-10-29 13:55 在HTMLImageElement的reset方法里加this._tex.off(Laya.Event.READY, this, this.onloaded); 修复了; 另外,现在又出现了ios必现图片丢失,只剩下黑白块,过一会又好了... 2.3beta

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

109. 按钮调用on方法,注册了Laya.Event.MOUSE_DOWN后,第一次点击不会被触发,第二次点击才会响应 [ 69%]

按钮调用on方法,注册了Laya.Event.MOUSE_DOWN后,第一次点击不会被触发,第二次点击才会响应 this.btn_begin_fire.on(Laya.Event.MOUSE_DOWN,this,this.onBtnBeginFireClick); 按钮调用on方法,注册了Laya.Event.MOUSE_DOWN后,第一次点击不会被触发,第二次...

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

110. laya.d3.core.MeshFilter [ 69%]

... Classes | Index | Frames No Frames MeshFilterProperties | Methods | Events Packagelaya.d3.coreClasspublic class MeshFilterInheritanceMeshFilter GeometryFilter EventDispatcher Object MeshFilter 类用于创建网格过滤器。 Public Properties Hide Inherited Public Properties Show Inherited...

来源: laya_api 发布时间: 20170929