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

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

101. LayaAir开发笔记(1)五十音图连连看 [ 65%]

...atue == true) { if ((card_A == -1) && (card_B == -1)) { card_A = e.target.name; button[card_A].color = "red"; } else if ((card_A != -1) && (card_B == -1)) { card_B = e.target.name; if ((g_list_A.indexOf(button[card_A].text) != -1) && (g_list_A.indexOf(button[card_A].text) == ...

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

102. LayaAir 移动端启动鼠标右键菜单栏功能 [ 65%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 关于使用matterjs物理引擎鼠标问题 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 摄像机跟随刚体移动,刚体出现抖动。 启动引擎报错 mPlugin...

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

103. tree异步选中问题 [ 65%]

... • 2018-03-24 14:57 已解决: if (e.type == Laya.Event.CLICK) { if (e.target.name == "arrow") { //Tree的开/关,当打开一个时,另一个关闭 var item:Cell = e.target.parent as Cell; if (item.dataSource.isOpen == true) { if (this.selectedIndex == -1) { this.selectedIndex = i...

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

104. 列表嵌套另外一个列表 [ 65%]

...f(e.type=="click") { //如果点击的对象是button类型 if(e.target is Button) { if(HostData.gold>HostData.array[index].gold){ //我的金币是否满足购买条件 HostEvent.I.event(HostEvent.LICKLOAD,["是否花费"+HostData.array[index].gold+"个金币购买该角...

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

105. 动态加载的图片不响应按钮点击事件 [ 65%]

...shed); function finished(evt:Event):void { var img:Bitmap = new Bitmap(evt.target.content.bitmapData); stage.addChild(img); img.x=100; img.y = 100; img.addEventListener(function() { trace("QQQQQQQQ") }) } 想给Img设置size 不过没有这个属性,求帮助 2017-03-21 添加评论 免费帖 --> ...

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

106. 如何通过代码控制prefab上面的时间轴动画animation? [ 65%]

...链接 提交 3 个回复 185*****013 赞同来自: 卡布 var arr:Array = target["_aniList"]; for each(var an:FrameAnimation in arr) { if(an.name=="show") { an.play(); } } 2019-02-15 1 0 分享 微博 QZONE 微信 小声飞 赞同来自: 直接用这个scene 的实例  .show.play(0) 就行了 比...

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

107. laya.resource.Resource_API3.0 [ 65%]

....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...

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

108. laya.physics.Physics_API3.0 [ 65%]

....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...

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

109. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 64%]

...ce runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Properties baseReferenceSpace baseReferenceSpace: any Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:24 baseRefernceSpace currentFrame currentFrame: any Defined in laya/d3/WebXR/core/WebXRSessionManager....

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

110. LayaFlash如何使用chrome调试问题? [ 64%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 问题状态 最新活动: 2015-12-18 10:51 浏览: 4300 ...

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