Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor interface { // Draw renders this Editor to a screen Draw(screen *ebiten.Image) // Update changes the internal state of the Editor and/or its Children Update() error // Save writes out and unsaved changes to the thing being edited Save() error // Exit deals with things like saving unsaved work Exit() (done bool, err error) }
Editor is an interactive editor for some kind of graphics
Click to show internal directories.
Click to hide internal directories.