|
|
static constexpr AttributeMeta | NotDefined {0} |
| |
|
static constexpr AttributeMeta | Hidden {1u << 31} |
| |
|
static constexpr AttributeMeta | Dynamic {1u << 0} |
| |
|
static constexpr AttributeMeta | Readonly {1u << 1} |
| |
|
static constexpr AttributeMeta | Persistable {1u << 2} |
| |
|
static constexpr AttributeMeta | HasDefaultValue {1u << 3} |
| |
|
static constexpr AttributeMeta | PositionRelative {1u << 4} |
| |
|
static constexpr AttributeMeta | SizeRelative {1u << 5} |
| |
|
static constexpr AttributeMeta | RigidBodyRelative {1u << 6} |
| |
|
static constexpr AttributeMeta | MultiValue {1u << 7} |
| |