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

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

91. laya.ui.DialogManager_API3.0 [ 66%]

...sWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numC...

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

92. 分包后, 资源加载问题 [ 65%]

...__proto=loadingjzaUI.prototype; __proto.createChildren=function(){ View.regComponent("Text",Text); laya.ui.Component.prototype.createChildren.call(this); this.createView(loadingjzaUI.uiView); } loadingjzaUI.uiView={"type":"View","props":{"width":192,"height":269},"compId":1,"child":[{"type":"Image",...

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

93. UI 控件多次调用 RESIZE 回调问题 [ 63%]

...ya.version="1.7.17"; 不会出现这个问题,对比发现引擎 1.7.22 Component 中的 changeSize 方法增加了下面的代码引起的 if (this._layout.enable){     this.resetLayoutX();     this.resetLayoutY(); } 2018-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

94. 自定义UI组件,继承自laya.editorUI.graphic.DrawRect [ 63%]

...级的属性;另外使用到项目中会报:Uncaught ReferenceError: component is not defined

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

95. CheckBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 62%]

...性。具体实现参考下面的代码与注释。 **创建一个入口类ComponentDemo.as,编写如下代码:** ```java package { import laya.ui.CheckBox; import laya.utils.Handler; import laya.webgl.WebGL; import ui.ComponentDemoUI; public class ComponentDemo { //资源路径 private var skin...

来源: Laya2.0_文档 发布时间: 20210714

96. 自定义组件报错! [ 61%]

自定义组件报错! 自定义组件 出现问题。 component找不到 按照官方AS3.0的例子一步一步。 是哪里出现问题了 ? 2018-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 04年...

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

97. 关于自定义组件的问题(TS版) [ 60%]

...I页面实例化之前注册一下组件即可。 注册组件: View.regComponent("ScaleButton",component.ScaleButton) regComponent第一个参数是组件名字,第二个参数是组件路径 2017-05-19 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已...

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

98. 对话框点击空白处无法关闭 [ 60%]

...r __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","props":{"width":266,"height":720},"child":[{"type":"Image","props":{"y":0,"x":0,"skin":"poker/bottom_slider.png"...

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

99. LayaAir2.13中使用ASTC纹理显示异常,使用两个以上ktx纹理时报错。 [ 59%]

...multiply             Run a preprocess over the image that scales RGB components in             the image by the alpha value. Preprocessing applies before any             codec encoding swizzle, so color data must be in the RGB             components in the source image. 2022-...

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

100. 1.1.0-1.3.0版本IDE发布UI组件的runtime属性在swf运行时的问题 [ 59%]

...件的runtime属性设置后,发布的as代码里有类似代码View.regComponent("xxx.ClassName",ClassName); 1.0.4版本是这样的:View.viewClassMap["xxx.ClassName"] = ClassName; 在H5环境下运行正常,发布成swf运行会报错 报错类:laya.ui.View 报错方法:protected static ...

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