.. 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/doc/classes/Node3D.xml. .. _class_Node3D: Node3D ====== **Inherits:** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`AudioListener3D`, :ref:`AudioStreamPlayer3D`, :ref:`BoneAttachment3D`, :ref:`Camera3D`, :ref:`CollisionObject3D`, :ref:`CollisionPolygon3D`, :ref:`CollisionShape3D`, :ref:`GridMap`, :ref:`ImporterMeshInstance3D`, :ref:`Joint3D`, :ref:`LightmapProbe`, :ref:`Marker3D`, :ref:`NavigationLink3D`, :ref:`NavigationObstacle3D`, :ref:`NavigationRegion3D`, :ref:`OpenXRCompositionLayer`, :ref:`OpenXRHand`, :ref:`Path3D`, :ref:`PathFollow3D`, :ref:`RayCast3D`, :ref:`RemoteTransform3D`, :ref:`ShapeCast3D`, :ref:`Skeleton3D`, :ref:`SkeletonModifier3D`, :ref:`SpringArm3D`, :ref:`VehicleWheel3D`, :ref:`VisualInstance3D`, :ref:`XRFaceModifier3D`, :ref:`XRNode3D`, :ref:`XROrigin3D` .. 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:`Basis` | :ref:`basis` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Basis` | :ref:`global_basis` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`global_position` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`global_rotation` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`global_rotation_degrees` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`global_transform` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`position` | ``Vector3(0, 0, 0)`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Quaternion` | :ref:`quaternion` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`rotation` | ``Vector3(0, 0, 0)`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`rotation_degrees` | | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`RotationEditMode` | :ref:`rotation_edit_mode` | ``0`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`EulerOrder` | :ref:`rotation_order` | ``2`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Vector3` | :ref:`scale` | ``Vector3(1, 1, 1)`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`top_level` | ``false`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`Transform3D` | :ref:`transform` | ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`NodePath` | :ref:`visibility_parent` | ``NodePath("")`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ | :ref:`bool` | :ref:`visible` | ``true`` | +-------------------------------------------------------+-------------------------------------------------------------------------------+-----------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_gizmo` **(** :ref:`Node3DGizmo` gizmo **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_gizmos` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_subgizmo_selection` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`force_update_transform` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node3DGizmo[]` | :ref:`get_gizmos` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Node3D` | :ref:`get_parent_node_3d` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`World3D` | :ref:`get_world_3d` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`global_rotate` **(** :ref:`Vector3` axis, :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`global_scale` **(** :ref:`Vector3` scale **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`global_translate` **(** :ref:`Vector3` offset **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`hide` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_local_transform_notification_enabled` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_scale_disabled` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_transform_notification_enabled` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_visible_in_tree` **(** **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`look_at` **(** :ref:`Vector3` target, :ref:`Vector3` up=Vector3(0, 1, 0), :ref:`bool` use_model_front=false **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`look_at_from_position` **(** :ref:`Vector3` position, :ref:`Vector3` target, :ref:`Vector3` up=Vector3(0, 1, 0), :ref:`bool` use_model_front=false **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`orthonormalize` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rotate` **(** :ref:`Vector3` axis, :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rotate_object_local` **(** :ref:`Vector3` axis, :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rotate_x` **(** :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rotate_y` **(** :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rotate_z` **(** :ref:`float` angle **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`scale_object_local` **(** :ref:`Vector3` scale **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_disable_scale` **(** :ref:`bool` disable **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_identity` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_ignore_transform_notification` **(** :ref:`bool` enabled **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_notify_local_transform` **(** :ref:`bool` enable **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_notify_transform` **(** :ref:`bool` enable **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_subgizmo_selection` **(** :ref:`Node3DGizmo` gizmo, :ref:`int` id, :ref:`Transform3D` transform **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`show` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`to_global` **(** :ref:`Vector3` local_point **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`to_local` **(** :ref:`Vector3` global_point **)** |const| | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`translate` **(** :ref:`Vector3` offset **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`translate_object_local` **(** :ref:`Vector3` offset **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_gizmos` **(** **)** | +-----------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_Node3D_signal_visibility_changed: .. rst-class:: classref-signal **visibility_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_Node3D_RotationEditMode: .. rst-class:: classref-enumeration enum **RotationEditMode**: .. _class_Node3D_constant_ROTATION_EDIT_MODE_EULER: .. rst-class:: classref-enumeration-constant :ref:`RotationEditMode` **ROTATION_EDIT_MODE_EULER** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_ROTATION_EDIT_MODE_QUATERNION: .. rst-class:: classref-enumeration-constant :ref:`RotationEditMode` **ROTATION_EDIT_MODE_QUATERNION** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_ROTATION_EDIT_MODE_BASIS: .. rst-class:: classref-enumeration-constant :ref:`RotationEditMode` **ROTATION_EDIT_MODE_BASIS** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_Node3D_constant_NOTIFICATION_TRANSFORM_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_TRANSFORM_CHANGED** = ``2000`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_NOTIFICATION_ENTER_WORLD: .. rst-class:: classref-constant **NOTIFICATION_ENTER_WORLD** = ``41`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_NOTIFICATION_EXIT_WORLD: .. rst-class:: classref-constant **NOTIFICATION_EXIT_WORLD** = ``42`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_NOTIFICATION_VISIBILITY_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_VISIBILITY_CHANGED** = ``43`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_Node3D_constant_NOTIFICATION_LOCAL_TRANSFORM_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_LOCAL_TRANSFORM_CHANGED** = ``44`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Node3D_property_basis: .. rst-class:: classref-property :ref:`Basis` **basis** .. rst-class:: classref-property-setget - void **set_basis** **(** :ref:`Basis` value **)** - :ref:`Basis` **get_basis** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_global_basis: .. rst-class:: classref-property :ref:`Basis` **global_basis** .. rst-class:: classref-property-setget - void **set_global_basis** **(** :ref:`Basis` value **)** - :ref:`Basis` **get_global_basis** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_global_position: .. rst-class:: classref-property :ref:`Vector3` **global_position** .. rst-class:: classref-property-setget - void **set_global_position** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_global_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_global_rotation: .. rst-class:: classref-property :ref:`Vector3` **global_rotation** .. rst-class:: classref-property-setget - void **set_global_rotation** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_global_rotation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_global_rotation_degrees: .. rst-class:: classref-property :ref:`Vector3` **global_rotation_degrees** .. rst-class:: classref-property-setget - void **set_global_rotation_degrees** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_global_rotation_degrees** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_global_transform: .. rst-class:: classref-property :ref:`Transform3D` **global_transform** .. rst-class:: classref-property-setget - void **set_global_transform** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_global_transform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_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_Node3D_property_quaternion: .. rst-class:: classref-property :ref:`Quaternion` **quaternion** .. rst-class:: classref-property-setget - void **set_quaternion** **(** :ref:`Quaternion` value **)** - :ref:`Quaternion` **get_quaternion** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_rotation: .. rst-class:: classref-property :ref:`Vector3` **rotation** = ``Vector3(0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_rotation** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **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_Node3D_property_rotation_degrees: .. rst-class:: classref-property :ref:`Vector3` **rotation_degrees** .. rst-class:: classref-property-setget - void **set_rotation_degrees** **(** :ref:`Vector3` value **)** - :ref:`Vector3` **get_rotation_degrees** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_rotation_edit_mode: .. rst-class:: classref-property :ref:`RotationEditMode` **rotation_edit_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_rotation_edit_mode** **(** :ref:`RotationEditMode` value **)** - :ref:`RotationEditMode` **get_rotation_edit_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_rotation_order: .. rst-class:: classref-property :ref:`EulerOrder` **rotation_order** = ``2`` .. rst-class:: classref-property-setget - void **set_rotation_order** **(** :ref:`EulerOrder` value **)** - :ref:`EulerOrder` **get_rotation_order** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_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_Node3D_property_top_level: .. rst-class:: classref-property :ref:`bool` **top_level** = ``false`` .. rst-class:: classref-property-setget - void **set_as_top_level** **(** :ref:`bool` value **)** - :ref:`bool` **is_set_as_top_level** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_transform: .. rst-class:: classref-property :ref:`Transform3D` **transform** = ``Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_transform** **(** :ref:`Transform3D` value **)** - :ref:`Transform3D` **get_transform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_visibility_parent: .. rst-class:: classref-property :ref:`NodePath` **visibility_parent** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_visibility_parent** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_visibility_parent** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_property_visible: .. rst-class:: classref-property :ref:`bool` **visible** = ``true`` .. rst-class:: classref-property-setget - void **set_visible** **(** :ref:`bool` value **)** - :ref:`bool` **is_visible** **(** **)** .. 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_Node3D_method_add_gizmo: .. rst-class:: classref-method void **add_gizmo** **(** :ref:`Node3DGizmo` gizmo **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_clear_gizmos: .. rst-class:: classref-method void **clear_gizmos** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_clear_subgizmo_selection: .. rst-class:: classref-method void **clear_subgizmo_selection** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_force_update_transform: .. rst-class:: classref-method void **force_update_transform** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_get_gizmos: .. rst-class:: classref-method :ref:`Node3DGizmo[]` **get_gizmos** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_get_parent_node_3d: .. rst-class:: classref-method :ref:`Node3D` **get_parent_node_3d** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_get_world_3d: .. rst-class:: classref-method :ref:`World3D` **get_world_3d** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_global_rotate: .. rst-class:: classref-method void **global_rotate** **(** :ref:`Vector3` axis, :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_global_scale: .. rst-class:: classref-method void **global_scale** **(** :ref:`Vector3` scale **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_global_translate: .. rst-class:: classref-method void **global_translate** **(** :ref:`Vector3` offset **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_hide: .. rst-class:: classref-method void **hide** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_is_local_transform_notification_enabled: .. rst-class:: classref-method :ref:`bool` **is_local_transform_notification_enabled** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_is_scale_disabled: .. rst-class:: classref-method :ref:`bool` **is_scale_disabled** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_is_transform_notification_enabled: .. rst-class:: classref-method :ref:`bool` **is_transform_notification_enabled** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_is_visible_in_tree: .. rst-class:: classref-method :ref:`bool` **is_visible_in_tree** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_look_at: .. rst-class:: classref-method void **look_at** **(** :ref:`Vector3` target, :ref:`Vector3` up=Vector3(0, 1, 0), :ref:`bool` use_model_front=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_look_at_from_position: .. rst-class:: classref-method void **look_at_from_position** **(** :ref:`Vector3` position, :ref:`Vector3` target, :ref:`Vector3` up=Vector3(0, 1, 0), :ref:`bool` use_model_front=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_orthonormalize: .. rst-class:: classref-method void **orthonormalize** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_rotate: .. rst-class:: classref-method void **rotate** **(** :ref:`Vector3` axis, :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_rotate_object_local: .. rst-class:: classref-method void **rotate_object_local** **(** :ref:`Vector3` axis, :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_rotate_x: .. rst-class:: classref-method void **rotate_x** **(** :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_rotate_y: .. rst-class:: classref-method void **rotate_y** **(** :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_rotate_z: .. rst-class:: classref-method void **rotate_z** **(** :ref:`float` angle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_scale_object_local: .. rst-class:: classref-method void **scale_object_local** **(** :ref:`Vector3` scale **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_disable_scale: .. rst-class:: classref-method void **set_disable_scale** **(** :ref:`bool` disable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_identity: .. rst-class:: classref-method void **set_identity** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_ignore_transform_notification: .. rst-class:: classref-method void **set_ignore_transform_notification** **(** :ref:`bool` enabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_notify_local_transform: .. rst-class:: classref-method void **set_notify_local_transform** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_notify_transform: .. rst-class:: classref-method void **set_notify_transform** **(** :ref:`bool` enable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_set_subgizmo_selection: .. rst-class:: classref-method void **set_subgizmo_selection** **(** :ref:`Node3DGizmo` gizmo, :ref:`int` id, :ref:`Transform3D` transform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_show: .. rst-class:: classref-method void **show** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_to_global: .. rst-class:: classref-method :ref:`Vector3` **to_global** **(** :ref:`Vector3` local_point **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_to_local: .. rst-class:: classref-method :ref:`Vector3` **to_local** **(** :ref:`Vector3` global_point **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_translate: .. rst-class:: classref-method void **translate** **(** :ref:`Vector3` offset **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_translate_object_local: .. rst-class:: classref-method void **translate_object_local** **(** :ref:`Vector3` offset **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_Node3D_method_update_gizmos: .. rst-class:: classref-method void **update_gizmos** **(** **)** .. 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.)`