how in programming to part Range in TextureProgress access?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By abbos

how in programming to part Range in TextureProgress access?

:bust_in_silhouette: 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