Click or drag to resize

EditorSettingsPropertyGetRevert Method

Returns the default value of the setting specified by name. This is the value that would be applied when clicking the Revert button in the Editor Settings.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Object PropertyGetRevert(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.EditorSettings.PropertyGetRevert(System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.EditorSettings.PropertyGetRevert(System.String)"]

See Also