![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include <cui_screen.h>
Public Member Functions | |
TAG_BLOCK (basic_components, { bitfield16 flags;int32_t parent_group_index;ascii name;ascii description;TAG_ENUM8(type, { rectangle, text, bitmap, ellipse, });cui_widget_anchor anchor;vector2 position;vector2 size;real rotation;color _color;tag_reference material_override;TAG_BLOCK(material_exports, { ascii parameter_name;field_reference input_value;});bitfield8 text_flags;color shadow_color;vector2 shadow_offset;int8_t character_height;ascii font_name;ascii text;}) | |
TAG_BLOCK (groups, { bitfield16 flags;cui_widget_anchor anchor;ascii name;ascii description;}) | |
Public Attributes | |
tag_reference | string_reference |
cui_screen::TAG_BLOCK | ( | basic_components | , |
{ bitfield16 flags;int32_t parent_group_index;ascii name;ascii description;TAG_ENUM8(type, { rectangle, text, bitmap, ellipse, });cui_widget_anchor anchor;vector2 position;vector2 size;real rotation;color _color;tag_reference material_override;TAG_BLOCK(material_exports, { ascii parameter_name;field_reference input_value;});bitfield8 text_flags;color shadow_color;vector2 shadow_offset;int8_t character_height;ascii font_name;ascii text;} | |||
) |
cui_screen::TAG_BLOCK | ( | groups | , |
{ bitfield16 flags;cui_widget_anchor anchor;ascii name;ascii description;} | |||
) |
tag_reference cui_screen::string_reference |