Skip to content

How can I get the metadata from Terrain3DTextureAsset in c# #557

Closed Answered by TheOrioli
Timit0 asked this question in Questions
Discussion options

You must be logged in to vote

Assuming you have access to the Terrain3D node:

 var someData = Terrain3D.Get("assets").As<Resource>().Call("get_texture", textureIdx).As<Resource>().Get("whatever you want");

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@TokisanGames
Comment options

@TokisanGames
Comment options

Answer selected by TokisanGames
Comment options

You must be logged in to vote
3 replies
@Timit0
Comment options

@TheOrioli
Comment options

@Timit0
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants