Controls panel width and its inset from the upper-right viewport corner.
More...
#include <a3d/ui/Panel.h>
Controls panel width and its inset from the upper-right viewport corner.
Definition at line 35 of file Panel.h.
◆ Default()
| static Options a3d::ui::Panel::Options::Default |
( |
| ) |
|
|
inlinestatic |
Returns the Options value currently used as Panel's default argument.
The current implementation returns zero width and margin; Panel rejects a zero width, so callers should use Options{} or explicit options instead.
Definition at line 45 of file Panel.h.
◆ margin
| float a3d::ui::Panel::Options::margin {12.0f} |
Top and right viewport margin in logical UI units.
Definition at line 37 of file Panel.h.
◆ width
| float a3d::ui::Panel::Options::width {260.0f} |
Panel width in logical UI units.
Definition at line 36 of file Panel.h.
The documentation for this struct was generated from the following file: