声明
public override void _Ready()
{
this.GetNodeOrNull<Label>("Label").Text = "Hello world!";
}
DreamMakerEditor文档 public override void _Ready()
{
this.GetNodeOrNull<Label>("Label").Text = "Hello world!";
}