Toolbox

A collapsible inspector container VisualElement with a toolbar header featuring an icon, title label, control buttons, and a remove button. The body uses Odin Inspector's OdinImGuiElement with animated fade group expand/collapse.

Architecture

spinner

Visual Structure

┌─ Toolbar ──────────────────────────────────┐
│ [Icon] [HeaderButton > Name] [Controls] [X]│
├─ Container ────────────────────────────────┤
│  Inspector (IMGUIContainer)                │
│  └─ OdinImGuiElement (fade animated)       │
└────────────────────────────────────────────┘

Classes

Class
Purpose

Collapsible inspector panel with toolbar, icon, and Odin integration

See Also

Last updated