Open topic with navigation
<node3d:GUI:progressbar>.set
This action will set the state of the progress bar
<node3d:GUI:progressbar>.set( |
|
value |
) |
|
value
A number between 0 and 1
Remarks
This command will set the current state of the bar.
Return Value
None
Example
pb = viz.addProgressBar('Progress')
pb.set(0.5)