How can we access Terrain3DData #559
-
Access Terrain3DDataI would like to acces Terrain3DData for calling "get_texture_id" but I really don't know how.
If anyone know ... |
Beta Was this translation helpful? Give feedback.
Answered by
TokisanGames
Nov 28, 2024
Replies: 1 comment
-
There are many pages of API docs you should familiarize yourself with. The API (without docs) is also available in the help inside godot. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Timit0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terrain3D.data
orTerrain3D.get_data()
.https://terrain3d.readthedocs.io/en/latest/api/class_terrain3d.html#class-terrain3d-property-data
There are many pages of API docs you should familiarize yourself with. The API (without docs) is also available in the help inside godot.