EditorScenePostImportPlugin
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
_get_import_options ( String path ) virtual |
void |
_get_internal_import_options ( int category ) virtual |
_get_internal_option_update_view_required ( int category, String option ) virtual const |
|
_get_internal_option_visibility ( int category, bool for_animation, String option ) virtual const |
|
_get_option_visibility ( String path, bool for_animation, String option ) virtual const |
|
void |
_internal_process ( int category, Node base_node, Node node, Resource resource ) virtual |
void |
_post_process ( Node scene ) virtual |
void |
_pre_process ( Node scene ) virtual |
void |
add_import_option ( String name, Variant value ) |
void |
add_import_option_advanced ( Variant.Type type, String name, Variant default_value, PropertyHint hint=0, String hint_string=””, int usage_flags=6 ) |
get_option_value ( StringName name ) const |
Enumerations
enum InternalImportCategory:
InternalImportCategory INTERNAL_IMPORT_CATEGORY_NODE = 0
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_MESH_3D_NODE = 1
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_MESH = 2
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_MATERIAL = 3
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_ANIMATION = 4
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_ANIMATION_NODE = 5
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_SKELETON_3D_NODE = 6
There is currently no description for this enum. Please help us by contributing one!
InternalImportCategory INTERNAL_IMPORT_CATEGORY_MAX = 7
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
void _get_import_options ( String path ) virtual
There is currently no description for this method. Please help us by contributing one!
void _get_internal_import_options ( int category ) virtual
There is currently no description for this method. Please help us by contributing one!
Variant _get_internal_option_update_view_required ( int category, String option ) virtual const
There is currently no description for this method. Please help us by contributing one!
Variant _get_internal_option_visibility ( int category, bool for_animation, String option ) virtual const
There is currently no description for this method. Please help us by contributing one!
Variant _get_option_visibility ( String path, bool for_animation, String option ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _internal_process ( int category, Node base_node, Node node, Resource resource ) virtual
There is currently no description for this method. Please help us by contributing one!
void _post_process ( Node scene ) virtual
There is currently no description for this method. Please help us by contributing one!
void _pre_process ( Node scene ) virtual
There is currently no description for this method. Please help us by contributing one!
void add_import_option ( String name, Variant value )
There is currently no description for this method. Please help us by contributing one!
void add_import_option_advanced ( Variant.Type type, String name, Variant default_value, PropertyHint hint=0, String hint_string=””, int usage_flags=6 )
There is currently no description for this method. Please help us by contributing one!
Variant get_option_value ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!