大约有 1,208 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(872) Laya2.0_文档(85) Laya3.0_api(61) Laya2.0_api(58) laya_api(55) Laya_示例(32) Laya2.0_示例(27) Laya3.0_文档(18)
请问如何获取UI页面上的元素列表,不通过var名称一个个获取 请问如何获取UI页面上的元素列表,不通过var名称一个个获取。如as里有this.numChildren,然后用for可以一个个循环出来。那我在Js里有var indexView = new IndexUI(), indexView.numCh...
来源: Laya_社区 发布时间: 20170821
...最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:Array 按钮标签颜色。 格式:[upColor,overColor,downColor,disableColor]。 buttonStateNumproperty public static var buttonStateNum:int = 3 按钮皮肤的状态数,支持1,2,3三种状态值。 ...
来源: laya_api 发布时间: 20170929
...最小值。 StylesProperty DetailbuttonLabelColorspropertypublic static var buttonLabelColors:Array 按钮标签颜色。 格式:[upColor,overColor,downColor,disableColor]。 buttonStateNumproperty public static var buttonStateNum:int = 3 按钮皮肤的状态数,支持1,2,3三种状态值。 ...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...的 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
....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
...; 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
...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
...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