godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.74k stars 575 forks source link

New godot node TileMapLayer not export #1444

Closed pupil1337 closed 6 months ago

pupil1337 commented 6 months ago

Godot version

4.3.dev(7abe0c6)

godot-cpp version

4.3.dev(ad307e4)

System information

win11

Issue description

I found that Godot has updated a brand new tilemap node: TileMapLayer. Please export it

Steps to reproduce

N/A

Minimal reproduction project

N/A

AThousandShips commented 6 months ago

It is exposed, you need to generate the API and update, we haven't transferred the changes yet as we do that in releases, you generate it with the editor, see here

pupil1337 commented 6 months ago

It is exposed, you need to generate the API and update, we haven't transferred the changes yet as we do that in releases, you generate it with the editor, see here

Thanks! I successed, it good👍.