|
enum | Enum {
Project = PL_BIT(0)
, File = PL_BIT(1)
, Edit = PL_BIT(2)
, Panels = PL_BIT(3)
,
Scene = PL_BIT(4)
, View = PL_BIT(5)
, Tools = PL_BIT(6)
, Help = PL_BIT(7)
,
Default = Project | File | Panels | Tools | Help
} |
|
using | StorageType = plUInt32 |
|
The documentation for this struct was generated from the following file: