classes/class_node3d #283
Replies: 2 comments 1 reply
-
Methods like look_at() wont work unless node is in scene tree (if you are adding nodes from script you thirst need to use add_child() and then look_at() ) |
Beta Was this translation helpful? Give feedback.
0 replies
-
In
I think the equivalent method in this class should have the same note. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
classes/class_node3d
Inherits: Node< Object Inherited By: AudioListener3D, AudioStreamPlayer3D, BoneAttachment3D, Camera3D, CollisionObject3D, CollisionPolygon3D, CollisionShape3D, GridMap, ImporterMeshInstance3D, Join...
https://docs.godotengine.org/en/stable/classes/class_node3d.html
Beta Was this translation helpful? Give feedback.
All reactions