package content_details_window
import "kaiju/editor/ui/content_details_window"
Types
ContentDetails
struct
type ContentDetails struct {
// Has unexported fields.
}
New
func New(editor editor_interface.Editor) *ContentDetails
ContentDetails.Destroy
func (d *ContentDetails) Destroy()
ContentDetails.Document
func (d *ContentDetails) Document() *document.Document
ContentDetails.Reload
func (d *ContentDetails) Reload(uiMan *ui.Manager, root *document.Element)
ContentDetails.SetADIs
func (d *ContentDetails) SetADIs(adis []asset_info.AssetDatabaseInfo)
ContentDetails.TabTitle
func (d *ContentDetails) TabTitle() string