Click or drag to resize

EditorImportPluginGetPresetCount Method

Gets the number of initial presets defined by the plugin. Use GetImportOptions(Int32) to get the default options for the preset and GetPresetName(Int32) to get the name of the preset.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.EditorImportPlugin.GetPresetCount"]

See Also