Attributes

Custom attributes in the Paragon framework that extend Unity and Odin Inspector's property decoration system. These attributes provide specialized field decorators for common editor workflows.

Subsystems

Subsystem
Description

Field attribute + Odin drawer for System.Type selection dropdowns

Architecture

spinner

Usage Pattern

Paragon attributes follow the Odin Inspector convention: a runtime attribute class defines metadata, and a corresponding Editor drawer class renders the Inspector UI. The attribute lives in the main assembly; the drawer lives in an Editor assembly.

[Runtime] Attribute class → defines what to show
[Editor]  Drawer class    → defines how to show it

Last updated