“addons/stag_toolkit/plugin/importer/ironpress.gd”¶
Inherits: EditorImportPlugin
There is currently no description for this class. Please help us by contributing one!
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_get_preset_name(preset: |
|
_get_import_options(_path: |
|
_get_option_visibility(_option: |
|
_import(source_file: |
Enumerations¶
enum Presets: 🔗
Presets DEFAULT = 0
There is currently no description for this enum. Please help us by contributing one!
Constants¶
EXT_MATERIAL = "tres" 🔗
There is currently no description for this constant. Please help us by contributing one!
TEXTURE_IMPORT_TIMEOUT = 5000 🔗
Max time, in milliseconds, to wait for a texture to import before moving on
Method Descriptions¶
String _get_importer_name() 🔗
There is currently no description for this method. Please help us by contributing one!
String _get_visible_name() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_recognized_extensions() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_priority() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_import_order() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_save_extension() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_resource_type() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_preset_count() 🔗
There is currently no description for this method. Please help us by contributing one!
String _get_preset_name(preset: int) 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _get_import_options(_path: String, _preset_index: int) 🔗
There is currently no description for this method. Please help us by contributing one!
bool _get_option_visibility(_option: String, _path: StringName, _options: Dictionary) 🔗
There is currently no description for this method. Please help us by contributing one!
Variant _import(source_file: String, save_path: String, options: Dictionary, _platform_variants: Array[String], gen_files: Array[String]) 🔗
There is currently no description for this method. Please help us by contributing one!