Skip to content

Commit

Permalink
Add documentation, see #325
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 7, 2024
1 parent 70673ab commit 33524c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/model/Field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ export default abstract class Field extends PhetioObject {
*
* In this simulation, the data and statistical measures are computed solely based on the landedProjectiles, so the
* serialization separates the projectiles into the airborne vs landed projectiles.
*
* Please see https://github.com/phetsims/phet-io/blob/main/doc/phet-io-instrumentation-technical-guide.md#serialization
* for more information on the different serialization types.
*/
public static readonly FieldIO = new IOType<Field>( 'FieldIO', {
valueType: Field,
Expand Down

0 comments on commit 33524c3

Please sign in to comment.