.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/modules/gltf/doc_classes/GLTFNode.xml. .. _class_GLTFNode: GLTFNode ======== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`camera` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`PackedInt32Array` | :ref:`children` | ``PackedInt32Array()`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`height` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`light` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`mesh` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`String` | :ref:`original_name` | ``""`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`parent` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`position` | ``Vector3(0, 0, 0)`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Quaternion` | :ref:`rotation` | ``Quaternion(0, 0, 0, 1)`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`scale` | ``Vector3(1, 1, 1)`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`skeleton` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`int` | :ref:`skin` | ``-1`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`xform` | ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` | +-------------------------------------------------+-------------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`get_additional_data` **(** :ref:`StringName` extension_name **)** | +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_additional_data` **(** :ref:`StringName` extension_name, :ref:`Variant` additional_data **)** | +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. 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:`PackedInt32Array` **children** = ``PackedInt32Array()`` .. rst-class:: classref-property-setget - void **set_children** **(** :ref:`PackedInt32Array` value **)** - :ref:`PackedInt32Array` **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_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_original_name: .. rst-class:: classref-property :ref:`String` **original_name** = ``""`` .. rst-class:: classref-property-setget - void **set_original_name** **(** :ref:`String` value **)** - :ref:`String` **get_original_name** **(** **)** .. 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_position: .. rst-class:: classref-property :ref:`Vector3` **position** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_position** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_position** **(** **)** .. 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:`Quaternion` **rotation** = ``Quaternion(0, 0, 0, 1)`` .. rst-class:: classref-property-setget - void **set_rotation** **(** :ref:`Quaternion` value **)** - :ref:`Quaternion` **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_xform: .. rst-class:: classref-property :ref:`Transform3D` **xform** = ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_xform** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_xform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_GLTFNode_method_get_additional_data: .. rst-class:: classref-method :ref:`Variant` **get_additional_data** **(** :ref:`StringName` extension_name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_GLTFNode_method_set_additional_data: .. rst-class:: classref-method void **set_additional_data** **(** :ref:`StringName` extension_name, :ref:`Variant` additional_data **)** .. 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.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`