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

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

21. 请问如何获取UI页面上的元素列表,不通过var名称一个个获取 [ 94%]

请问如何获取UI页面上的元素列表,不通过var名称一个个获取 请问如何获取UI页面上的元素列表,不通过var名称一个个获取。如as里有this.numChildren,然后用for可以一个个循环出来。那我在Js里有var indexView = new IndexUI(), indexView.numCh...

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

22. laya.ui.Styles [ 94%]

...最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:Array 按钮标签颜色。 格式:[upColor,overColor,downColor,disableColor]。 buttonStateNumproperty public static var buttonStateNum:int = 3 按钮皮肤的状态数,支持1,2,3三种状态值。 ...

来源: laya_api 发布时间: 20170929

23. laya.ui.Styles [ 94%]

...最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:Array 按钮标签颜色。 格式:[upColor,overColor,downColor,disableColor]。 buttonStateNumproperty public static var buttonStateNum:int = 3 按钮皮肤的状态数,支持1,2,3三种状态值。 ...

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

24. UI-CheckBox [ 94%]

...his, this.onCheckBoxSkinLoaded)); } private onCheckBoxSkinLoaded(): void { var cb: CheckBox; for (var i: number = 0; i < this.COL_AMOUNT; ++i) { for (var j: number = 0; j < this.ROW_AMOUNT; ++j) { cb = this.createCheckBox(this.skins[i * this.ROW_AMOUNT + j]); cb.selected = true; cb.x = this.HORIZONT...

来源: Laya2.0_示例 发布时间: 20241117

25. UI-Image [ 93%]

...ipt三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var Image = Laya.Image; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALI...

来源: Laya_示例 发布时间: 20241117

26. laya.ui.LayoutStyle [ 93%]

...的 LayoutStyle 实例。LayoutStyleProperty DetailanchorXpropertypublic var anchorX:Number = NaNX锚点,值为0-1。anchorYproperty public var anchorY:Number = NaNY锚点,值为0-1。bottomproperty public var bottom:Number = NaN表示距底边的距离(以像素为单位)。centerXpropert...

来源: laya_api 发布时间: 20170929

27. 用laya自带的ui编辑器 编辑了一个ui界面,怎么加载啊? 怎么写代码让这个ui界面, 在程序运行时,显示出来啊? [ 93%]

....png","label":"点我赋值","width":150,"height":37,"sizeGrid":"4,4,4,4","var":"btn"},"type":"Button"},{"props":{"x":401,"y":56,"skin":"comp/clip_num.png","clipX":10,"var":"clip"},"type":"Clip"},{"props":{"x":220,"y":143,"skin":"comp/combobox.png","labels":"select1,select2,selecte3","selectedIndex"...

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

28. ScrollRect设置会引起其他的UI资源无法正在显示 [ 93%]

...; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var arr:Array = []; public function TestView() { super(); _path.pivot(0,0); _path.pos(a.x,a.y); this.addChild(_path)...

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

29. 分包后, 资源加载问题 [ 93%]

...te(data:*):void { trace("ok3") __JS__("window.eval(data)"); //此行报错 var load:* = __JS__('new loading100()'); Laya.stage.addChild(load); trace("loading100..."); }   这个loading100.js: (function(window,document,Laya){ console.log("kk1") var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__...

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

30. UI-Input [ 93%]

...onLoadComplete));//加载资源。 } private onLoadComplete(): void { for (var i: number = 0; i < this.skins.length; ++i) { var input: TextInput = this.createInput(this.skins[i]); input.prompt = 'Type:'; input.x = (Laya.stage.width - input.width) / 2; input.y = i * this.SPACING + this.Y_OFFSET; } } ...

来源: Laya2.0_示例 发布时间: 20241117