:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.5/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.5/modules/gltf/doc_classes/GLTFNode.xml. .. _class_GLTFNode: GLTFNode ======== **Inherits:** :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 **GLTFNode** within a script will cause an error in an exported project. .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`camera` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`PoolIntArray` | :ref:`children` | ``PoolIntArray( )`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`height` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`joint` | ``false`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`light` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`mesh` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`parent` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`Quat` | :ref:`rotation` | ``Quat( 0, 0, 0, 1 )`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`scale` | ``Vector3( 1, 1, 1 )`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`skeleton` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`skin` | ``-1`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`translation` | ``Vector3( 0, 0, 0 )`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform` | :ref:`xform` | ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` | +-----------------------------------------+---------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_GLTFNode_property_camera: .. rst-class:: classref-property :ref:`int` **camera** = ``-1`` .. rst-class:: classref-property-setget - void **set_camera** **(** :ref:`int` value **)** - :ref:`int` **get_camera** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_children: .. rst-class:: classref-property :ref:`PoolIntArray` **children** = ``PoolIntArray( )`` .. rst-class:: classref-property-setget - void **set_children** **(** :ref:`PoolIntArray` value **)** - :ref:`PoolIntArray` **get_children** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_height: .. rst-class:: classref-property :ref:`int` **height** = ``-1`` .. rst-class:: classref-property-setget - void **set_height** **(** :ref:`int` value **)** - :ref:`int` **get_height** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_joint: .. rst-class:: classref-property :ref:`bool` **joint** = ``false`` .. rst-class:: classref-property-setget - void **set_joint** **(** :ref:`bool` value **)** - :ref:`bool` **get_joint** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_light: .. rst-class:: classref-property :ref:`int` **light** = ``-1`` .. rst-class:: classref-property-setget - void **set_light** **(** :ref:`int` value **)** - :ref:`int` **get_light** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_mesh: .. rst-class:: classref-property :ref:`int` **mesh** = ``-1`` .. rst-class:: classref-property-setget - void **set_mesh** **(** :ref:`int` value **)** - :ref:`int` **get_mesh** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_parent: .. rst-class:: classref-property :ref:`int` **parent** = ``-1`` .. rst-class:: classref-property-setget - void **set_parent** **(** :ref:`int` value **)** - :ref:`int` **get_parent** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_rotation: .. rst-class:: classref-property :ref:`Quat` **rotation** = ``Quat( 0, 0, 0, 1 )`` .. rst-class:: classref-property-setget - void **set_rotation** **(** :ref:`Quat` value **)** - :ref:`Quat` **get_rotation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_scale: .. rst-class:: classref-property :ref:`Vector3` **scale** = ``Vector3( 1, 1, 1 )`` .. rst-class:: classref-property-setget - void **set_scale** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_scale** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_skeleton: .. rst-class:: classref-property :ref:`int` **skeleton** = ``-1`` .. rst-class:: classref-property-setget - void **set_skeleton** **(** :ref:`int` value **)** - :ref:`int` **get_skeleton** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_skin: .. rst-class:: classref-property :ref:`int` **skin** = ``-1`` .. rst-class:: classref-property-setget - void **set_skin** **(** :ref:`int` value **)** - :ref:`int` **get_skin** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_translation: .. rst-class:: classref-property :ref:`Vector3` **translation** = ``Vector3( 0, 0, 0 )`` .. rst-class:: classref-property-setget - void **set_translation** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_translation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_property_xform: .. rst-class:: classref-property :ref:`Transform` **xform** = ``Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )`` .. rst-class:: classref-property-setget - void **set_xform** **(** :ref:`Transform` value **)** - :ref:`Transform` **get_xform** **(** **)** .. container:: contribute There is currently no description for this property. 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.)`