大约有 3 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0014 秒)
..., "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name": "folder", "clipX": "1", "skin": "ui/clip_tree_folder.png", "clipY": "3"}}, {"type": "Label", "props": {"y": "1", "text": "treeItem", "width": "150", "left": "33", "height": "22", "name": "label", "color": "#ffff0...
来源: Laya2.0_示例 发布时间: 20251130
...var radiusX = 32; var radiusY = Math.tan(180 / Math.PI * 30) * radiusX; // 14.37 var color = "#FF7F50"; this.sprite = new Laya.Sprite(); this.sprite.graphics.drawLine(0, 0, -radiusX, radiusY, color); this.sprite.graphics.drawLine(0, 0, radiusX, radiusY, color); this.sprite.graphics.drawLine(-radiusX...
来源: Laya2.0_示例 发布时间: 20251130
...t.color = "#ffffff"; this.redHotText.pos(11.5, 9); this.redHotText.width = 14; this.redHotText.height = 15; // 列表item标题 this.LmsgTitle = new Label(); this.LmsgTitle.text = "测试标题"; this.addChild(this.LmsgTitle); this.LmsgTitle.font = "Microsoft YaHei"; this.LmsgTitle.fontSize = 22; th...
来源: Laya2.0_示例 发布时间: 20251130