大约有 229 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0035 秒)
Laya2.0_文档(66) Laya_社区(55) Laya3.0_api(40) laya_api(17) Laya2.0_api(17) Laya3.0_文档(16) Laya_示例(10) Laya2.0_示例(8)
...tType++; _castType %= 2; switch (_castType) { case 0: (e.target as Button).label = "释放显存"; loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (_scene)//_scene不为空表示场景已加载完成 garbageCollection(); break; } /** * @private 销毁场景并且释放资...
来源: Laya2.0_文档 发布时间: 20210715
...imation用法疑问 请问关于遮罩的用法,在哪块可以找到? Label组件字体大小计算不对 Laya.URL.basePath与Laya.loader.load用法 打包的作用是什么 图片Sprite绑定点击事件,点击区域不对 MiniAdpter.autoCacheFile=true没有任何作用,并没有缓存资...
来源: Laya_社区 发布时间: 20170317
... "res/monkey2.png"; Laya.stage.addChild(img); //文字 var text = new Laya.Label(); text.text = "游戏的水平方向"; text.color = "gray"; text.fontSize = 100; text.centerX = 0; text.centerY = 50; Laya.stage.addChild(text); } Laya.init(0, 0, Laya.WebGL); Laya.stage.scaleMode = "full"; Laya.stage....
来源: Laya2.0_文档 发布时间: 20210715
...his._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销毁场景...
来源: Laya2.0_文档 发布时间: 20210715
...l> <RadioGroup y="183" x="269" var="gender" skin="setting/radio.png" labels="男 ,女" labelSize="40" labelPadding="4" labelColors="#e5c39f,#e5c39f,#e5c39f,#e5c39f" labelBold="true" editorInfo="compId=25"/> </Image> <Image y="338" x="57" var="headLeft" skin="setting/server_run_left...
来源: Laya_社区 发布时间: 20170221
... Laya.Handler.create(this, () => { var label=this.owner.getChildByName("time") as Laya.Label; label.text=((Date.now() - nt) / 1000 + "秒"); }) ); 测试环境H5:0.094秒 测试环境native:0.697秒 ...
来源: Laya_社区 发布时间: 20240628
... | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示的属性名( 可选) 如果有则根据labels确定长度 没有就显示长度输入框 | | types | Nodes的关联属性,每个元素的类型(可选) | | xCount | Nodes的关联属...
来源: Laya2.0_文档 发布时间: 20210715
... | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示的属性名( 可选) 如果有则根据labels确定长度 没有就显示长度输入框 | | types | Nodes的关联属性,每个元素的类型(可选) | | xCount | Nodes的关联属...
来源: Laya2.0_文档 发布时间: 20200603
...1) / 2 * 8); } but.label =allArea[i].split("/")[0].split(":")[0]+"区 "+allArea[i].split("/")[0].split(":")[1]; but.labelSize = 20; LayaSample.choseAre.addChild(but); ...
来源: Laya_社区 发布时间: 20170320
... public var checkBox:CheckBox; public var gongji:Button; public var btn1HasLabel:Button; public static var uiView:Object = {"type": "View", "props": {"x": "0", "y": "0", "width": 388, "height": 376}, "child": [{"type": "ComboBox", "props": {"var": "combox", "stateNum": "1", "x": 7, "y": 146, "width"...
来源: Laya_社区 发布时间: 20180327