godotengine / godot-headers

Headers for the Godot API supplied by the GDNative module.
MIT License
381 stars 91 forks source link

Sync API with upstream 3.x commit 1538b87 #108

Open necrashter opened 1 year ago

necrashter commented 1 year ago

Sync API with the latest upstream 3.x commit as of now, 1538b87.

All headers were updated from godot/modules/gdnative/include/, and gdnative_api.json was updated from godot/modules/gdnative/gdnative_api.json.

It might seem like only the licenses were changed, but there have been some minor updates to API as well, e.g., determinant method was exposed in Transform2D with this PR.