| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | abbos |
how in programming to part Range in TextureProgress access?
| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | abbos |
how in programming to part Range in TextureProgress access?
| Reply From: | jgodfrey |
Are you asking how to set the value of a TextureProgress node from code? If so…
Assuming you have a TextureProgress node as a top-level child in your scene, this will set the progress to 65%:
$TextureProgress.value = 65