amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Configurable send interval #23

Closed randomPoison closed 6 years ago

randomPoison commented 6 years ago

Closes #16

Adds support for configuring how often the full state data is sent to the editor. The default is to send every 200ms in order to reduce the amount of data that the editor has to process (which is especially important for the Electron editor).