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

大约有 786 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0064 秒)

161. laya.ui.IBox [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IBox Packagelaya.uiInterfacepublic interface IBoxImplementors Box容器接口,实现了编辑器容器类型。Mon May 13 2019, 03:06 PM +08:00

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

162. laya.ui.IRender [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IRenderProperties Packagelaya.uiInterfacepublic interface IRenderImplementors List, Tree IRender 接口,实现设置项的渲染类型。 Public Properties PropertyDefined By  itemRender : *[write-only] 渲染项。 ...

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

163. laya.ui.IItem [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IItemMethods Packagelaya.uiInterfacepublic interface IItemImplementors List, UIGroup, ViewStack Item接口。 Public Methods  MethodDefined By  initItems():void 初始化列表项。 IItemMethod DetailinitItems()method...

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

164. laya.ui.ISelect [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ISelectProperties Packagelaya.uiInterfacepublic interface ISelectImplementors Button ISelect 接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By ...

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

165. 鼠标穿透问题 [ 75%]

...t laya.ui.List; import laya.utils.Handler; import laya.webgl.WebGL; public class Bootstrapper extends Sprite { protected var _list:List; protected var _items:Array; protected var _loadingBg:Sprite; public function Bootstrapper() { Laya.init(696, 1118, WebGL); Laya.stage.bgColor = "#232628"; Laya.sta...

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

166. 创建[HTMLDivElement]时遇到错误(手动实例一次本组件可定位错误) [ 75%]

...IDE\resources\app\out\vs\layaEditor\renders\editorui2.0这个文件,把__class(HtmlText,'laya.editorUI.HtmlText');这句话改成__class(HtmlText,'laya.editorUI.HtmlText',_super);就没问题了

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

167. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 75%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Clip) ​ Clip 组件的资源示例: ​ ![图片0.png](img/1.png) ​ (图1) ​ 设置 clipX 属性的值为10后的显示效果: ​ ![图片0.png](img/2.png) ​ (图2) ​ 设置 index 属性...

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

168. js进度,进度,js场景进度效果 [ 75%]

js进度,进度,js场景进度效果 new function() { var className = 'Game'; window[className] = (function(original) { function Class() { this.arr = [ "res/atlas/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky...

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

169. ViewStack属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 74%]

...用请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.ViewStack](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2.1 创建ViewStack页面 ##...

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

170. UI怎么设置居中显示,显示到游戏窗口中 [ 74%]

... uiview { import Event = Laya.Event; import Browser = Laya.Browser; export class ViewLogin extends ui.loginViewUI { constructor() { super(); this.smo this.visible = false; 我的问题是UI界面如何对齐,不是舞台。。 2018-02-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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