Click or drag to resize

EditorImportPluginGetImportOptions Method

Gets the options and default values for the preset at this index. Returns an Array of Dictionaries with the following keys: name, default_value, property_hint (optional), hint_string (optional), usage (optional).

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

Parameters

preset
Type: SystemInt32

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

Return Value

Type: Array

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

See Also