Merge pull request #77387 from akien-mga/3.x-gdnative-core-1-4
[3.x] GDNative: Add Core API 1.4, move `Transform2D::determinant` there
This commit is contained in:
commit
68c507f59b
1 changed files with 17 additions and 8 deletions
|
@ -23,7 +23,23 @@
|
||||||
"major": 1,
|
"major": 1,
|
||||||
"minor": 3
|
"minor": 3
|
||||||
},
|
},
|
||||||
"next": null,
|
"next": {
|
||||||
|
"type": "CORE",
|
||||||
|
"version": {
|
||||||
|
"major": 1,
|
||||||
|
"minor": 4
|
||||||
|
},
|
||||||
|
"next": null,
|
||||||
|
"api": [
|
||||||
|
{
|
||||||
|
"name": "godot_transform2d_determinant",
|
||||||
|
"return_type": "godot_real",
|
||||||
|
"arguments": [
|
||||||
|
["const godot_transform2d *", "p_self"]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"api": [
|
"api": [
|
||||||
{
|
{
|
||||||
"name": "godot_dictionary_merge",
|
"name": "godot_dictionary_merge",
|
||||||
|
@ -4431,13 +4447,6 @@
|
||||||
["const godot_transform2d *", "p_self"]
|
["const godot_transform2d *", "p_self"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "godot_transform2d_determinant",
|
|
||||||
"return_type": "godot_real",
|
|
||||||
"arguments": [
|
|
||||||
["const godot_transform2d *", "p_self"]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "godot_transform2d_orthonormalized",
|
"name": "godot_transform2d_orthonormalized",
|
||||||
"return_type": "godot_transform2d",
|
"return_type": "godot_transform2d",
|
||||||
|
|
Loading…
Reference in a new issue