-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need an easy way to get the array of all current ball position values for what’s visible in the scene #259
Comments
await phetioClient.invokeAsync('centerAndVariability.medianScreen.model.sceneModel','getDataPoints',[]); |
I also added an adapter that you can get/set the data for the currently selected scene in a model. Tested via |
This should be documented in the examples guide. Let's review it with the design team at an upcoming post-standup. |
Closing, will reference when the examples.md document gets created. Will copy the code above and explain how to get/set an array of ball locations. |
Summary: This should be a method in the scene like in CCK.
The text was updated successfully, but these errors were encountered: