大约有 1,106 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
Laya_社区(583) Laya3.0_api(207) Laya2.0_文档(82) Laya_示例(59) laya_api(46) Laya3.0_文档(44) Laya2.0_api(44) Laya2.0_示例(41)
...并减少重复的外观,每个实例可以具有不同的属性,如 Color 或 Scale。绘制调用,呈现多个实例出现在框架调试器绘制网格(实例)。 GPU Instance需要硬件的支持,确保你当前所使用的硬件可以支持GPU Instance渲染 上图展示了一个GPU Ins...
来源: Laya3.0_文档 发布时间: 20251010
....js" ,"//class laya.webgl.canvas.save.SaveTransform" ,saveBase,True,False) Color = getcontextbyprobe(str(sys.argv[1])+"/bin/h5/laya.js","*<code>Color</code> 是一个颜色值处理类。","Color._COLODID=1;",startoffset=-7 ,endoffset=24,backuporiginalfile=False) deletetextfromfile(str(s...
来源: Laya_社区 发布时间: 20170418
... some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; scene.addChild(inputText); var tip1 = new Laya.Label(); tip1.bgColor = "#666666"; tip1.color = "#ffffff"; tip1.fontSize = 20; tip1.x = Laya.stage.widt...
来源: Laya_社区 发布时间: 20200223
...nXLabel.text = `minX: ${this.playerScript.mapMinX}`; minXLabel.color = "#FFFFFF"; minXLabel.pos(this.playerScript.mapMinX, this.playerScript.mapMinY - 20); this.owner.addChild(minXLabel); const maxXLabel = new Laya.Text(); maxXLabel.text ...
来源: Laya_社区 发布时间: 20251125
... Class Utils Utils 是工具类。 Hierarchy Utils Index Methods fromStringColor getBaseName getFileExtension getGID parseInt replaceFileExtension toAngle toHexColor toRadian Methods Static fromStringColor fromStringColor(value: string): number Defined in laya/utils/Utils.ts:40 Parameters value: str...
来源: Laya3.0_api 发布时间: 20231115
...ra.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //平面 var plane = sc...
来源: Laya_示例 发布时间: 20251209
...r htmlDiv:HTMLDivElement=new HTMLDivElement(); htmlDiv.innerHTML='<span color="#FF0000">哈哈哈</span><span color="#FFFF00">嘻嘻嘻</span>'; Laya.stage.addChild(htmlDiv); 2017-05-05 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...
来源: Laya_社区 发布时间: 20170505
...directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.7, 0.6, 0.6); directionLight.direction = new Laya.Vector3(0, -1.0, -1.0); var grid = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/staticModel/grid/plane.lh")); var layaMonkey = scene.addC...
来源: Laya_示例 发布时间: 20251209
...t_5.png' style = 'width:53px;height:27px'></img><span style = 'color:#ff8135;font:22px;valign:top'>[魏]幽州单稚然:sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss</span>" 2017-11-25 0 0 分享 微博 QZONE 微信 176*****233 赞同来自: 我也遇到...
来源: Laya_社区 发布时间: 20171116
....contentDiv.style.fontSize = this.contentT.fontSize; this.contentDiv.style.color = this.contentT.color; this.contentDiv.style.align = "center"; 圣诞老人的麋鹿 • 2020-08-19 15:35 请问你这个实例是写在对这个UI引用的的地方吗? 1569295620用户 • 2019-10-28 14:51...
来源: Laya_社区 发布时间: 20191028