using Godot; public partial class ExportSettings : GodotObject { /// /// Scales images down to size of the /// public bool ScaleImages { get; set; } = false; }