package editor_plugin
Functions
CreatePluginProject
IsPluginFolder
PluginsFolder
UpdatePluginConfigState
Types
EditorInterface
interface
type EditorInterface interface {
Host() *engine.Host
BlurInterface()
FocusInterface()
Settings() *editor_settings.Settings
Events() *editor_events.EditorEvents
History() *memento.History
Project() *project.Project
ProjectFileSystem() *project_file_system.FileSystem
StageView() *editor_stage_view.StageView
}
EditorPlugin
interface
PluginConfig
struct
type PluginConfig struct {
Name string
PackageName string
Description string
Version float64
Author string
Website string
Enabled bool
}
PluginInfo
struct