You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rename Vector2.tangent() to Vector2.orthogonal()
This commit is contained in:
@@ -6413,7 +6413,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_vector2_tangent",
|
||||
"name": "godot_vector2_orthogonal",
|
||||
"return_type": "godot_vector2",
|
||||
"arguments": [
|
||||
["const godot_vector2 *", "p_self"]
|
||||
|
||||
Reference in New Issue
Block a user