|
NcEngine
|
Public Member Functions | |
| UIFixed (UIPosition position, Vector2 dimensions) | |
Public Member Functions inherited from nc::ui::IUI | |
| virtual void | Draw ()=0 |
| virtual bool | IsHovered ()=0 |
Public Member Functions inherited from nc::ui::UIFixedElement | |
| UIFixedElement (bool startOpen, UIPosition position, Vector2 dimensions) | |
| virtual void | OnResize (Vector2 dimensions) |
Public Member Functions inherited from nc::ui::UIElement | |
| UIElement (bool startOpen) | |
| void | ToggleOpen () |
| virtual void | Draw ()=0 |
| virtual void | OnResize (Vector2 dimensions)=0 |
Additional Inherited Members | |
Public Attributes inherited from nc::ui::UIElement | |
| bool | isOpen |
Protected Member Functions inherited from nc::ui::UIFixedElement | |
| void | PositionElement () |