EditorImportPlugin

Inherits: ResourceImporter < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

bool

_can_import_threaded ( ) virtual const

Dictionary[]

_get_import_options ( String path, int preset_index ) virtual const

int

_get_import_order ( ) virtual const

String

_get_importer_name ( ) virtual const

bool

_get_option_visibility ( String path, StringName option_name, Dictionary options ) virtual const

int

_get_preset_count ( ) virtual const

String

_get_preset_name ( int preset_index ) virtual const

float

_get_priority ( ) virtual const

PackedStringArray

_get_recognized_extensions ( ) virtual const

String

_get_resource_type ( ) virtual const

String

_get_save_extension ( ) virtual const

String

_get_visible_name ( ) virtual const

Error

_import ( String source_file, String save_path, Dictionary options, String[] platform_variants, String[] gen_files ) virtual const

Error

append_import_external_resource ( String path, Dictionary custom_options={}, String custom_importer=””, Variant generator_parameters=null )


Method Descriptions

bool _can_import_threaded ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


Dictionary[] _get_import_options ( String path, int preset_index ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_import_order ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_importer_name ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


bool _get_option_visibility ( String path, StringName option_name, Dictionary options ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_preset_count ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_preset_name ( int preset_index ) virtual const

There is currently no description for this method. Please help us by contributing one!


float _get_priority ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray _get_recognized_extensions ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_resource_type ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_save_extension ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_visible_name ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


Error _import ( String source_file, String save_path, Dictionary options, String[] platform_variants, String[] gen_files ) virtual const

There is currently no description for this method. Please help us by contributing one!


Error append_import_external_resource ( String path, Dictionary custom_options={}, String custom_importer=””, Variant generator_parameters=null )

There is currently no description for this method. Please help us by contributing one!