大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0078 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...delay; handler.run(false); if (t > handler.exeTime){ handler.exeTime+=Math.ceil((t-handler.exeTime)/ handler.delay)*handl...
来源: Laya_社区 发布时间: 20180411
...y] 获取总时间,单位是秒。 SoundChannel isStopped : Boolean = false 表示声音是否已暂停。 SoundChannel loops : int 循环次数。 SoundChannel position : Number[read-only] 获取当前播放时间,单位是秒。 SoundChannel startTime : Number 播放声音开始时...
来源: Laya2.0_api 发布时间: 20190513
...动,只能固定的值。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Laya3D里的material可以设置flat shading么 龙骨skeleton鼠标点击区域的设置 anchor锚点设置不生效 设置遮罩会导致内存大大增高 dialo...
来源: Laya_社区 发布时间: 20181024
...n[read-only] 获取在场景中是否激活。 Node destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node id : int[read-only] 获取唯一标识ID。 Sprite3D isStatic : Bool...
来源: Laya2.0_api 发布时间: 20190513
... camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //创建平行光 let directionLight = scene.addChild(new Laya.DirectionLight()); //设置平行光颜色 directionLight.color =...
来源: Laya_社区 发布时间: 20190531
...s文件来当style使用,比如: style支持的属性如下: italic:true|false; 是否是斜体 bold:true|false; 是否是粗体 letter-spacing:10px; 字间距 font-family:宋体; 字体 font-size:20px; 字体大小 font-weight:bold:none; 字体是否是粗体,功能同bold color:#ff0000; 字体...
来源: Laya3.0_api 发布时间: 20231102
...0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3( -30, 0, 0), true, false); camera.addComponent(CameraMoveScript); camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; //天空盒 var skyBox = new Laya.SkyBox(); camera.sky = skyBox; skyBox.textureCube = Laya.TextureCube.load("../../res/threeDime...
来源: Laya_示例 发布时间: 20241118
...,LayaNative下面 Stat统计的sprite数量不准,误将sprite.visible=false的对像也统计进去了,网页端就没有问题 view 设置为false之后是不是不在占用性能 两个面板发布生成的ui代码在同一个文件类中。 spine性能问题 渲染性能实例问题 问题...
来源: Laya_社区 发布时间: 20210126
... for(var i = 0;i < 10;i++){ data.push({ bgColor:{color:'#f3d9b4'}, type:false }) } record_slide_list.array = data; record_slide_list.selectEnable=true; record_slide_list.selectHandler = new Handler(this, onSelect,[record_slide_list]); record_slide_list.renderHandler = new Handler(this, onRender);...
来源: Laya_社区 发布时间: 20170803
...url: "res/atlas/human.atlas" }], Laya.Handler.create(this, progress, null, false), null, Laya.Loader.ATLAS) } function progress() { (function loading() { Laya.loader.load([{ url: "icon/背包宝石UI.png" }, { url: "icon/交易所UI.png" }, { url: "res/atlas/0.atlas" }, { url: "res/atlas/1.atlas" },...
来源: Laya_社区 发布时间: 20180710