mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (705b7a0)
This commit is contained in:
@@ -66,7 +66,7 @@ Enumerations
|
||||
|
||||
.. rst-class:: classref-enumeration
|
||||
|
||||
enum **InternalImportCategory**:
|
||||
enum **InternalImportCategory**: :ref:`🔗<enum_EditorScenePostImportPlugin_InternalImportCategory>`
|
||||
|
||||
.. _class_EditorScenePostImportPlugin_constant_INTERNAL_IMPORT_CATEGORY_NODE:
|
||||
|
||||
@@ -177,7 +177,7 @@ Method Descriptions
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **_get_import_options**\ (\ path\: :ref:`String<class_String>`\ ) |virtual|
|
||||
|void| **_get_import_options**\ (\ path\: :ref:`String<class_String>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__get_import_options>`
|
||||
|
||||
Override to add general import options. These will appear in the main import dock on the editor. Add options via :ref:`add_import_option<class_EditorScenePostImportPlugin_method_add_import_option>` and :ref:`add_import_option_advanced<class_EditorScenePostImportPlugin_method_add_import_option_advanced>`.
|
||||
|
||||
@@ -189,7 +189,7 @@ Override to add general import options. These will appear in the main import doc
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **_get_internal_import_options**\ (\ category\: :ref:`int<class_int>`\ ) |virtual|
|
||||
|void| **_get_internal_import_options**\ (\ category\: :ref:`int<class_int>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__get_internal_import_options>`
|
||||
|
||||
Override to add internal import options. These will appear in the 3D scene import dialog. Add options via :ref:`add_import_option<class_EditorScenePostImportPlugin_method_add_import_option>` and :ref:`add_import_option_advanced<class_EditorScenePostImportPlugin_method_add_import_option_advanced>`.
|
||||
|
||||
@@ -201,7 +201,7 @@ Override to add internal import options. These will appear in the 3D scene impor
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Variant<class_Variant>` **_get_internal_option_update_view_required**\ (\ category\: :ref:`int<class_int>`, option\: :ref:`String<class_String>`\ ) |virtual| |const|
|
||||
:ref:`Variant<class_Variant>` **_get_internal_option_update_view_required**\ (\ category\: :ref:`int<class_int>`, option\: :ref:`String<class_String>`\ ) |virtual| |const| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__get_internal_option_update_view_required>`
|
||||
|
||||
Return true whether updating the 3D view of the import dialog needs to be updated if an option has changed.
|
||||
|
||||
@@ -213,7 +213,7 @@ Return true whether updating the 3D view of the import dialog needs to be update
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Variant<class_Variant>` **_get_internal_option_visibility**\ (\ category\: :ref:`int<class_int>`, for_animation\: :ref:`bool<class_bool>`, option\: :ref:`String<class_String>`\ ) |virtual| |const|
|
||||
:ref:`Variant<class_Variant>` **_get_internal_option_visibility**\ (\ category\: :ref:`int<class_int>`, for_animation\: :ref:`bool<class_bool>`, option\: :ref:`String<class_String>`\ ) |virtual| |const| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__get_internal_option_visibility>`
|
||||
|
||||
Return true or false whether a given option should be visible. Return null to ignore.
|
||||
|
||||
@@ -225,7 +225,7 @@ Return true or false whether a given option should be visible. Return null to ig
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Variant<class_Variant>` **_get_option_visibility**\ (\ path\: :ref:`String<class_String>`, for_animation\: :ref:`bool<class_bool>`, option\: :ref:`String<class_String>`\ ) |virtual| |const|
|
||||
:ref:`Variant<class_Variant>` **_get_option_visibility**\ (\ path\: :ref:`String<class_String>`, for_animation\: :ref:`bool<class_bool>`, option\: :ref:`String<class_String>`\ ) |virtual| |const| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__get_option_visibility>`
|
||||
|
||||
Return true or false whether a given option should be visible. Return null to ignore.
|
||||
|
||||
@@ -237,7 +237,7 @@ Return true or false whether a given option should be visible. Return null to ig
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **_internal_process**\ (\ category\: :ref:`int<class_int>`, base_node\: :ref:`Node<class_Node>`, node\: :ref:`Node<class_Node>`, resource\: :ref:`Resource<class_Resource>`\ ) |virtual|
|
||||
|void| **_internal_process**\ (\ category\: :ref:`int<class_int>`, base_node\: :ref:`Node<class_Node>`, node\: :ref:`Node<class_Node>`, resource\: :ref:`Resource<class_Resource>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__internal_process>`
|
||||
|
||||
Process a specific node or resource for a given category.
|
||||
|
||||
@@ -249,7 +249,7 @@ Process a specific node or resource for a given category.
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **_post_process**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual|
|
||||
|void| **_post_process**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__post_process>`
|
||||
|
||||
Post process the scene. This function is called after the final scene has been configured.
|
||||
|
||||
@@ -261,7 +261,7 @@ Post process the scene. This function is called after the final scene has been c
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **_pre_process**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual|
|
||||
|void| **_pre_process**\ (\ scene\: :ref:`Node<class_Node>`\ ) |virtual| :ref:`🔗<class_EditorScenePostImportPlugin_private_method__pre_process>`
|
||||
|
||||
Pre Process the scene. This function is called right after the scene format loader loaded the scene and no changes have been made.
|
||||
|
||||
@@ -273,7 +273,7 @@ Pre Process the scene. This function is called right after the scene format load
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **add_import_option**\ (\ name\: :ref:`String<class_String>`, value\: :ref:`Variant<class_Variant>`\ )
|
||||
|void| **add_import_option**\ (\ name\: :ref:`String<class_String>`, value\: :ref:`Variant<class_Variant>`\ ) :ref:`🔗<class_EditorScenePostImportPlugin_method_add_import_option>`
|
||||
|
||||
Add a specific import option (name and default value only). This function can only be called from :ref:`_get_import_options<class_EditorScenePostImportPlugin_private_method__get_import_options>` and :ref:`_get_internal_import_options<class_EditorScenePostImportPlugin_private_method__get_internal_import_options>`.
|
||||
|
||||
@@ -285,7 +285,7 @@ Add a specific import option (name and default value only). This function can on
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **add_import_option_advanced**\ (\ type\: :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>`, name\: :ref:`String<class_String>`, default_value\: :ref:`Variant<class_Variant>`, hint\: :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>` = 0, hint_string\: :ref:`String<class_String>` = "", usage_flags\: :ref:`int<class_int>` = 6\ )
|
||||
|void| **add_import_option_advanced**\ (\ type\: :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>`, name\: :ref:`String<class_String>`, default_value\: :ref:`Variant<class_Variant>`, hint\: :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>` = 0, hint_string\: :ref:`String<class_String>` = "", usage_flags\: :ref:`int<class_int>` = 6\ ) :ref:`🔗<class_EditorScenePostImportPlugin_method_add_import_option_advanced>`
|
||||
|
||||
Add a specific import option. This function can only be called from :ref:`_get_import_options<class_EditorScenePostImportPlugin_private_method__get_import_options>` and :ref:`_get_internal_import_options<class_EditorScenePostImportPlugin_private_method__get_internal_import_options>`.
|
||||
|
||||
@@ -297,7 +297,7 @@ Add a specific import option. This function can only be called from :ref:`_get_i
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
:ref:`Variant<class_Variant>` **get_option_value**\ (\ name\: :ref:`StringName<class_StringName>`\ ) |const|
|
||||
:ref:`Variant<class_Variant>` **get_option_value**\ (\ name\: :ref:`StringName<class_StringName>`\ ) |const| :ref:`🔗<class_EditorScenePostImportPlugin_method_get_option_value>`
|
||||
|
||||
Query the value of an option. This function can only be called from those querying visibility, or processing.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user