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
Investigate whether these can be moved out of Particle. They are references that are passed in via the constructor, but in light of PhET-iO instrumentation and how that will impact Particle, it would be wise to move them elsewhere if possible.
The text was updated successfully, but these errors were encountered:
This was unnecessary for accomplishing #231 (PhET-iO instrumentation of particles). The colors are provided by the constructors for subclasses HeavyParticle, LightParticle, DiffusionParticle1, and DiffusionParticle2. So the colors do not need to be serialized.
In Particle.ts:
Investigate whether these can be moved out of Particle. They are references that are passed in via the constructor, but in light of PhET-iO instrumentation and how that will impact Particle, it would be wise to move them elsewhere if possible.
The text was updated successfully, but these errors were encountered: