Skip to content

package details_window

import "kaiju/editor/ui/details_window"

Functions

NewDataPicker

func NewDataPicker(host *engine.Host, types []codegen.GeneratedType) chan int

Types

DataPicker

struct

type DataPicker struct {
    // Has unexported fields.
}

Details

struct

type Details struct {
    // Has unexported fields.
}

New

func New(editor interfaces.Editor, uiGroup *ui.Group) *Details

Details.DragUpdate

func (d *Details) DragUpdate()

Details.Hide

func (d *Details) Hide()

Details.Show

func (d *Details) Show()

Details.Toggle

func (d *Details) Toggle()