package editor_settings
Types
AppDataMissingError
struct
AppDataMissingError.Error
BuildToolSettings
struct
ReadError
struct
ReadError.Error
Settings
struct
type Settings struct {
RecentProjects []string `visible:"false"`
RefreshRate int32 `clamp:"60,0,320"`
Snapping SnapSettings
BuildTools BuildToolSettings
}
Settings.AddRecentProject
Settings.Load
Settings.Save
SnapSettings
struct
type SnapSettings struct {
TranslateIncrement float32
RotateIncrement float32
ScaleIncrement float32
}
WriteError
struct