Rename Node3D's property translation to position
This commit is contained in:
parent
c33d444a54
commit
a6e44bd16c
5 changed files with 16 additions and 16 deletions
|
|
@ -122,12 +122,12 @@ public:
|
|||
|
||||
Ref<World3D> get_world_3d() const;
|
||||
|
||||
void set_translation(const Vector3 &p_translation);
|
||||
void set_position(const Vector3 &p_position);
|
||||
void set_rotation(const Vector3 &p_euler_rad);
|
||||
void set_rotation_degrees(const Vector3 &p_euler_deg);
|
||||
void set_scale(const Vector3 &p_scale);
|
||||
|
||||
Vector3 get_translation() const;
|
||||
Vector3 get_position() const;
|
||||
Vector3 get_rotation() const;
|
||||
Vector3 get_rotation_degrees() const;
|
||||
Vector3 get_scale() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue