Merge pull request #49458 from JFonS/fix_unwrap_xform
Rename get_parent_spatial() to get_parent_node_3d()
This commit is contained in:
commit
07b8fffa7c
4 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue