Skip to content

LegendsOfLearningSupport

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/thirdPartySupport/LegendsOfLearningSupport.ts for the most up-to-date information.

Overview

Support for Legends of Learning platform. Sends init message after sim is constructed and supports pause/resume.

To test this class, follow the 'Legends of Learning Test' instructions at https://github.com/phetsims/QA/blob/main/documentation/qa-book.md#legends-of-learning-test

@author Sam Reid (PhET Interactive Simulations)

Class LegendsOfLearningSupport

import { LegendsOfLearningSupport } from 'scenerystack/sim';

Constructor

new LegendsOfLearningSupport( sim : Sim )

Instance Methods

start()

Source Code

See the source for LegendsOfLearningSupport.ts in the joist repository.