• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 55 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)

21. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 64%]

...ce/face'+i+'.png" style="width:28px;height:28px;"></img>'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeigh...

来源: Laya_社区 发布时间: 20170911

22. 【LIST无法拖动】参照官方实例做的 [ 63%]

...}     find_StringAllIndex(str :String):String[]{         let pos_arr =[];         for(let i=0;i < str.length;i++){             let e = str.charAt(i);             if (e=="1"){                let  ii= i+1;           ...

来源: Laya_社区 发布时间: 20210122

23. 下拉选项框组件 · LayaAir3.0文档 · LAYABOX [ 62%]

...已创建完毕,此方法只执行一次 onAwake(): void { this.combobox.pos(100, 100); this.combobox.labels = "item0,item1,item2,item3,item4,item5,item6,item7"; this.combobox.labelColors = "#32556b,#32cc6b,#ff0000"; this.combobox.itemHeight = 60; // itemColors格式:"悬停或被选中时背景...

来源: Laya3.0_文档 发布时间: 20241014

24. 嵌入字体 · LayaAir3.0文档 · LAYABOX [ 62%]

...Size = 30; label.color = '#FFFFFF'; this.Main.box2D.addChild(label); label.pos(30, 50) }); Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-23 19:59:35 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20241023

25. LayaAir开发笔记(1)五十音图连连看 [ 61%]

... title.fontSize = 50; title.stroke = 2; title.strokeColor = "Black"; title.pos(g_stat_width / 2 - title.width / 2, 40); Laya.stage.addChild(title); // 设定版权信息 var copyright = new laya.display.Text(); copyright.text = "Copyright © 2016 程序员之乱"; copyright.font = "Arial"; copyright...

来源: Laya_社区 发布时间: 20160623

26. 射线检测-放置物体 [ 59%]

...oadUI() { var label = new Laya.Label(); label.text = "点击放置"; label.pos(Laya.Browser.clientWidth / 2.5, 100); label.fontSize = 50; label.color = "#40FF40"; Laya.stage.addChild(label); var _position = new Laya.Vector3(0, 0, 0); var _offset = new Laya.Vector3(0, 0.25, 0); //鼠标事件 Laya.st...

来源: Laya_示例 发布时间: 20241118

27. 3d场景下面有张2d的图片,当鼠标焦点不在该网页时,2d图片为啥会闪动 [ 59%]

...te0.loadImage("creatRoom/background_bk.png");             sprite0.pos(0,0 );             sprite0.cacheAsBitmap = true;             Laya.stage.addChildAt(sprite0,0);                          var sprite1:Sprite = new Sprite();             sprite1.l...

来源: Laya_社区 发布时间: 20170314

28. bug,ChainCollider.points第二次设置,会报错! [ 59%]

....Pool.getItemByCreateFun("bullet", this.bullet.create, this.bullet); flyer.pos(Laya.stage.mouseX, Laya.stage.mouseY); this._gameBox.addChild(flyer); this._chains.points="35,35,80,80";     //****新增代码*****,需增加private _chain; } /**开始游戏,通过激活本脚本方式开始游...

来源: Laya_社区 发布时间: 20181130

29. 射线检测-选取物体 [ 58%]

...men/texture/layabox.png"); box.meshRender.material = boxMat; box.transform.position = new Laya.Vector3(1.5, 0.25, 0.5); box.transform.rotate(new Laya.Vector3(0, 30, 0), false, false); var boxCollider1 = box.addComponent(Laya.BoxCollider); boxCollider1.setFromBoundBox(box.meshFilter.sharedMesh.boundi...

来源: Laya_示例 发布时间: 20241118

30. HTML文本 · LayaAir3.0文档 · LAYABOX [ 57%]

...r='#d26ae3'>HTML文本</span>"; htmlDiv.innerHTML = html; htmlDiv.pos(50,200); console.log("文本的实际宽度为"+htmlDiv.contextWidth,"文本的实际高度为"+htmlDiv.contextHeight) Laya.stage.addChild(htmlDiv); 运行效果: 运行输出:文本的实际宽度为158.677734375 文...

来源: Laya3.0_文档 发布时间: 20230303