Click or drag to resize

EditorSettingsGetProjectMetadata Method

Returns project-specific metadata for the section and key specified. If the metadata doesn't exist, default will be returned instead. See also SetProjectMetadata(String, String, Object).

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Object GetProjectMetadata(
	string section,
	string key,
	Object default = null
)

Parameters

section
Type: SystemString

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

key
Type: SystemString

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

default (Optional)
Type: SystemObject

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

Return Value

Type: Object

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

See Also