大约有 1,382 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0057 秒)
Laya_社区(851) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) laya_api(61) Laya2.0_示例(51) Laya3.0_文档(44)
...的实例对象 comboBox ,传入它的皮肤和标签集。 comboBox.x = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位置。 comboBox.y = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位置。 comboBox.selectHandler...
来源: Laya3.0_api 发布时间: 20231115
...)。 * @param props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 * @param duration 花费的时间,单位毫秒。 * @param ease 缓动...
来源: Laya_社区 发布时间: 20180621
...; this.list1.x = 50; this.list1.y = 500; this.list1.getChildAt(0).height = 100; this.list1.vScrollBarSkin = ""; this.list1.hScrollBarSkin = "comp/hscroll.png"; this.list1.renderHandler = new Laya.Handler.create(this,this.onRenderList); this.list1.selectHandler = new Laya.Handler.create(this,this.onL...
来源: Laya_社区 发布时间: 20170914
...= "absolute"; this.newMask.style.zIndex = "1"; this.newMask.style.width = "100%"; this.newMask.style.height = Math.max(document.body.scrollHeight, document.documentElement.scrollHeight) + 100 + "px"; this.newMask.style.top = "0px"; this.newMask.style.left = "0px"; this.newMask.style.background = "gr...
来源: Laya_社区 发布时间: 20181214
...时Loader.clearRes()清理掉加载的位图,反复这个操作,反复100次,调试式的内存就彪到2G!!!不要说任务管理器里的内存也是显示错误吧。如果不用worker,相同的代码,内存就不会增加。 DemonWu • 2017-03-21 14:21 我在下面留了demo,...
来源: Laya_社区 发布时间: 20170321
...符串里边有乱码。。。。 Laya.LocalStorage.setItem("ceshiValue","100"); var testReadV:string = Laya.LocalStorage.getItem("ceshiValue"); console.log("testReadV = " + testReadV); 如此行代码,测试下来testReadV==undefined 这里我看了适配层,不知是怎么回事会导致读取...
来源: Laya_社区 发布时间: 20181030
...; //初始化照相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminn...
来源: Laya_示例 发布时间: 20241127
...。 tab.labels = "item0,item1,item2";//设置 tab 的标签集。 tab.x = 100;//设置 tab 对象的属性 x 的值,用于控制 tab 对象的显示位置。 tab.y = 100;//设置 tab 对象的属性 y 的值,用于控制 tab 对象的显示位置。 tab.selectHandler = new Handler(this, onSelect...
来源: Laya3.0_api 发布时间: 20231115
...e3D()); //加载相机 var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //创建平行光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionL...
来源: Laya2.0_文档 发布时间: 20210715
...游戏的研发和发行,目前累计注册用户已破5亿,已发行100多款小游戏。 【风领文化是什么】 “携手共进,不忘初心”,这是风领的企业文化。风领的发展离不开每位小伙伴的努力和奉献,始终感恩能与小伙伴们同舟共济,不论...
来源: Laya_社区 发布时间: 20200417