You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a pause/play button as a controller inside gui, but I am not sure if this is the right code for changing its value (pause vs play) when clicked.
I didn't find any function parameters on the function itself or onChange function. So, is this it or is there better?
I have a pause/play button as a controller inside gui, but I am not sure if this is the right code for changing its value (pause vs play) when clicked.
I didn't find any function parameters on the function itself or onChange function. So, is this it or is there better?
gui.__controllers[0].__li.querySelector(".property-name").textContent=stop?"▶️":"⏸︎"
The text was updated successfully, but these errors were encountered: