大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
...器UI库。使用IEditorUI命名空间下的类和接口。 其中IEditor.utils/IEditorEnv.utils暴露了大量实用的工具函数,包括UUID生成,加密解密,ZIP压缩/解压,文件/目录拷贝/移动,HTTP请求,上传/下载等等。 开发者可以直接使用node模块,另外...
来源: Laya3.0_文档 发布时间: 20251010
...mber = 1): DrawPieCmd { return this.addCmd(DrawPieCmd.create(x, y, radius, Utils.toRadian(startAngle), Utils.toRadian(endAngle), fillColor, lineColor, lineWidth)); } 代码示例: let sp = new Laya.Sprite(); //画扇形 sp.graphics.drawPie(80, 80, 50, 90, 180, "#ff0000"); this.owner.addChild(sp); ...
来源: Laya3.0_文档 发布时间: 20251010