Documentation ¶
Index ¶
- type Editor
- func (e *Editor) CanZoom() bool
- func (e *Editor) DragFromUi(pixelX, pixelY int) (string, int)
- func (e *Editor) Eval(command string) (interface{}, error)
- func (e *Editor) Events(delta float64, fadeDir int, ...)
- func (e *Editor) Exit()
- func (e *Editor) GetZ() int
- func (e *Editor) Init(app *gfx.App, config map[string]interface{})
- func (e *Editor) InitBScript(app *gfx.App)
- func (e *Editor) Loading(working bool)
- func (e *Editor) Name() string
- func (e *Editor) RunFx(name string)
- func (e *Editor) SectionLoad(sx, sy int, data map[string]interface{})
- func (e *Editor) SectionSave(x, y int) map[string]interface{}
- func (e *Editor) SetEditorLabel(label string)
- func (e *Editor) SetShape(x, y, z int, shape *shapes.Shape, skipEdge bool)
- func (e *Editor) ViewSize() int
- func (e *Editor) Walk(sx, sy int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
func (*Editor) InitBScript ¶
func (*Editor) SectionLoad ¶
func (*Editor) SectionSave ¶
func (*Editor) SetEditorLabel ¶
Click to show internal directories.
Click to hide internal directories.