摘要: 在 Godot 中创建圆弧路径 注意是圆弧路径,不是圆弧图形。 1. 就是这个 使用这个脚本挂载 Path2D上吧!。 using Godot; using System; public partial class Arc : Path2D { [Export] public float Start 阅读全文
posted @ 2024-06-14 14:41 fanbal 阅读(54) 评论(0) 推荐(0)