Click or drag to resize

EditorImportPluginGetPresetName Method

Gets the name of the options preset at this index.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual string GetPresetName(
	int preset
)

Parameters

preset
Type: SystemInt32

[Missing <param name="preset"/> documentation for "M:Godot.EditorImportPlugin.GetPresetName(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.EditorImportPlugin.GetPresetName(System.Int32)"]

See Also