:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.6/modules/gltf/doc_classes/PackedSceneGLTF.xml. .. _class_PackedSceneGLTF: PackedSceneGLTF =============== **Inherits:** :ref:`PackedScene` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` .. rst-class:: classref-introduction-group Description ----------- **Note:** This class is only compiled in editor builds. Run-time glTF loading and saving is *not* available in exported projects. References to **PackedSceneGLTF** within a script will cause an error in an exported project. .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Dictionary` | _bundled | ``{"conn_count": 0,"conns": PoolIntArray( ),"editable_instances": [ ],"names": PoolStringArray( ),"node_count": 0,"node_paths": [ ],"nodes": PoolIntArray( ),"variants": [ ],"version": 2}`` (overrides :ref:`PackedScene`) | +-------------------------------------+----------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`export_gltf` **(** :ref:`Node` node, :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0 **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node` | :ref:`import_gltf_scene` **(** :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0, :ref:`int` compress_flags=2194432, :ref:`GLTFState` state=null **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`pack_gltf` **(** :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0, :ref:`int` compress_flags=2194432, :ref:`GLTFState` state=null **)** | +---------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_PackedSceneGLTF_method_export_gltf: .. rst-class:: classref-method :ref:`Error` **export_gltf** **(** :ref:`Node` node, :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedSceneGLTF_method_import_gltf_scene: .. rst-class:: classref-method :ref:`Node` **import_gltf_scene** **(** :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0, :ref:`int` compress_flags=2194432, :ref:`GLTFState` state=null **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedSceneGLTF_method_pack_gltf: .. rst-class:: classref-method void **pack_gltf** **(** :ref:`String` path, :ref:`int` flags=0, :ref:`float` bake_fps=1000.0, :ref:`int` compress_flags=2194432, :ref:`GLTFState` state=null **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`