EditorSettings.setSetting

Sets the value of the setting specified by name. This is equivalent to using GodotObject.set on the EditorSettings instance.

struct EditorSettings
@nogc nothrow
void
setSetting
(
VariantArg1
)
(
in String name
,
in VariantArg1 value
)

Meta