|
NcEngine
|
Public Member Functions | |
| 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 |
Protected Member Functions | |
| void | PositionElement () |
Additional Inherited Members | |
Public Attributes inherited from nc::ui::UIElement | |
| bool | isOpen |
|
virtual |
Implements nc::window::IOnResizeReceiver.