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

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

11. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 77%]

...件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分组成: - 一个单元格选择状态切片动画 Clip; - 一个折叠箭头切片动画 Clip ; - 一个文...

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

12. laya.ui.View [ 77%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相...

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

13. Laya Label text不显示 [ 76%]

...iveGroup() { /* if (this.nativeGroup) { return; } */ var self = this; Laya.View.load(SdkUtil.sdkDomain + "sdkres/laya/native/NativeGroup.json", new Laya.Handler(this, function (group: Laya.View) { /* if (this.nativeGroup) { return; } */ self.nativeGroup = group; self.nigrop = new NativeGroup(); self...

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

14. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 73%]

...件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分组成: - 一个单元格选择状态切片动画 Clip; - 一个折叠箭头切片动画 Clip ; - 一个文...

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

15. [LayaAir3]Laya3.0 中设置舞台背景透明无效 [ 73%]

...frame: any = Laya.Browser.document.createElement("iframe");     private _view: HTMLDivElement = document.createElement("div");           public Show(): void {         Laya.Browser.document.body.appendChild(this._view);         this._view.appendChild(this.iframe);          this.if...

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

16. 2.0 Beta3版本中,runtime脚本的的问题 [ 72%]

...y generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class BGPageUI extends View { constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("BGPage"); } }...

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

17. 分享一个自己做的游戏公告功能,跑马灯效果 [ 69%]

分享一个自己做的游戏公告功能,跑马灯效果 import View = Laya.View import Image = Laya.Image import HTMLDivElement = Laya.HTMLDivElement import Sprite = Laya.Sprite import Box = Laya.Box /** 公告栏 */ export default class Notice extends View { /** 滚动区域 */ hornBox: Box /...

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

18. HTMLDivElement span标签嵌套问题 [ 68%]

... HTMLDivElement 2.0 排版问题 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 写了个边缘光的自定义shader,有很多问题,帮忙看一下 问题状态 最新活动: 2018-06-25 10:53 浏览: 863 关...

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

19. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 66%]

...y generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class TestSceneUI extends Laya.Scene {         public scoreLbl:Laya.Labe...

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

20. Animation组件on绑定的Laya.Event.CLICK无法触发 [ 66%]

...办法 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 View嵌套Dialog组件 请问如何让textinput组件输入密码的时候显示*号? 3D模型无法修改scale? dialog 自定义关闭效果,效果执行完,弹窗无法关闭 关于发布oppo、vivo快游戏,无法...

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