Can i change the parameters in running time use node or script of my own?

as the images, i want to change the URL or LLH position parameters ?
can i do that ? if possible,.how to ? thanks!
ps:i seems that the script cannot got through node .


You should be able to simply set those fields from a C# script. Do you mean that you’re trying to use Unity Visual Scripting? If so, it’s not yet supported. You’re actually the first person we’ve heard ask for it.

how to reach the ulr parameter in c# script,?
there is not a URL parameter in the Cesium3DTileset class ?

There is a url parameter on instances of Cesium3DTileset. Your intellisense there is showing the properties on the class itself, i.e., static properties.

that works ,thanks