Merge pull request #49458 from JFonS/fix_unwrap_xform

Rename get_parent_spatial() to get_parent_node_3d()
This commit is contained in:
Rémi Verschelde 2021-06-14 18:32:33 +02:00 committed by GitHub
commit 07b8fffa7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View file

@ -125,7 +125,7 @@ public:
NOTIFICATION_LOCAL_TRANSFORM_CHANGED = 44,
};
Node3D *get_parent_spatial() const;
Node3D *get_parent_node_3d() const;
Ref<World3D> get_world_3d() const;