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
For PhET-iO, it was requested that some Vector2 Properties could get units. I think it would be awesome to add this. @samreid what do you think? I was just going to use units.js and copy the same sort of pattern as NumberProperty. Then add that to studio.
Units to:
projectileMotion.introScreen.model.measuringTape.basePositionProperty: m
projectileMotion.introScreen.model.measuringTape.tipPositionProperty: m
projectileMotion.introScreen.model.tracer.positionProperty: m
The text was updated successfully, but these errors were encountered:
For PhET-iO, it was requested that some Vector2 Properties could get units. I think it would be awesome to add this. @samreid what do you think? I was just going to use units.js and copy the same sort of pattern as NumberProperty. Then add that to studio.
See phetsims/projectile-motion#219 for the requests for places like:
The text was updated successfully, but these errors were encountered: