警告
DreamMakerEditor基于Godot游戏引擎二次开发,仅专注C#版本
Godot官方文档地址 (opens new window)
public override void _Ready() { this.GetNodeOrNull<Label>("Label").Text = "Hello world!"; }
编辑器环境→