文章目录
添加脚本
设置参数
Godot 添加脚本后,设置参数。两种形式都可以
csharp
[Export]
public int Speed { get; set; } = 10;
[Export]
public string Name ;
bulid 一下
私有变量也可以