mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename pos to position in user facing methods and variables
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</argument>
|
||||
<argument index="1" name="event" type="InputEvent">
|
||||
</argument>
|
||||
<argument index="2" name="click_pos" type="Vector3">
|
||||
<argument index="2" name="click_position" type="Vector3">
|
||||
</argument>
|
||||
<argument index="3" name="click_normal" type="Vector3">
|
||||
</argument>
|
||||
@@ -209,7 +209,7 @@
|
||||
</argument>
|
||||
<argument index="1" name="event" type="Object">
|
||||
</argument>
|
||||
<argument index="2" name="click_pos" type="Vector3">
|
||||
<argument index="2" name="click_position" type="Vector3">
|
||||
</argument>
|
||||
<argument index="3" name="click_normal" type="Vector3">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user