package ui_workspace
import "kaijuengine.com/editor/editor_workspace/ui_workspace"
Constants
ID
"ui"
DisplayName
"UI"
Types
UIWorkspace
struct
type UIWorkspace struct {
common_workspace.CommonWorkspace
// Has unexported fields.
}
UIWorkspace.Close
func (w *UIWorkspace) Close()
UIWorkspace.DisplayName
func (w *UIWorkspace) DisplayName() string
UIWorkspace.Hotkeys
func (w *UIWorkspace) Hotkeys() []common_workspace.HotKey
UIWorkspace.ID
func (w *UIWorkspace) ID() string
UIWorkspace.Initialize
func (w *UIWorkspace) Initialize(ed editor_workspace.WorkspaceEditorInterface) error
UIWorkspace.IsRequired
func (w *UIWorkspace) IsRequired() bool
UIWorkspace.Open
func (w *UIWorkspace) Open()
UIWorkspace.OpenHtml
func (w *UIWorkspace) OpenHtml(html string)
UIWorkspace.Shutdown
func (w *UIWorkspace) Shutdown()
UIWorkspace.Update
func (w *UIWorkspace) Update(deltaTime float64)