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

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

41. 设置旋转特效后,旋转对象的位置跑偏了 [ 91%]

...nzhuan]);         }         private function onLoopRotation(sp:Sprite):void         {             sp.rotation++;          } 2017-12-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...

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

42. 使用prefab时,节点修改位置之后,重新打开,位置还是原来的 [ 91%]

...折叠 要回复问题请先登录 发起人 1666852966用户 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? ...

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

43. 为什么Laya.Panel的子节点在(0,0)位置会不显示呢? [ 91%]

....width = 800; panel.y = 30; panel.hScrollBarSkin = null; var sp = new Laya.Sprite(); panel.addChild(sp); sp.x = 0; sp.y = 0; // 用下面这组数据是可显示的 // sp.y = 1; // sp.x = 1; sp.graphics.drawRect(0, 0, 200, 200, "#00FF00"); Laya.stage.addChild(panel);   这个是我的代码,sp是...

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

44. laya.ui.LayoutBox [ 91%]

...ackagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 子对象...

来源: laya_api 发布时间: 20170929

45. 微信小游戏开放数据域按钮点击位置偏移 [ 91%]

... * 绘制开放域数据 * @param {*} layout 用来显示开放域数据的Sprite */ function drawOpenData(layout: Laya.Sprite) { var openDataContext = wx.getOpenDataContext() var sharedCanvas = openDataContext.canvas sharedCanvas.width = layout.width; sharedCanvas.height = layout.height; //先清...

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

46. laya.ui.VScrollBar [ 91%]

...ya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

来源: laya_api 发布时间: 20170929

47. laya.ui.HScrollBar [ 91%]

...ya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

来源: laya_api 发布时间: 20170929

48. 发布为小游戏后 整体的ui下滑 但是事件点击响应区域还是原来的位置 [ 91%]

...回复被折叠 要回复问题请先登录 发起人 lrx0326 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 Dialog:屏蔽点击Dialog之外的区域关闭弹框 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事...

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

49. laya.d3.core.scene.BaseScene [ 91%]

... Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用于实现场景的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

来源: laya_api 发布时间: 20170422

50. laya.ui.LayoutBox [ 90%]

...kagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box UIComponent Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

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