15 virtual void Draw() = 0;
26 virtual void OnResize(
Vector2 dimensions);
29 void PositionElement();
32 UIPosition m_position;
37 void CalculateTopLeftPosition();
Definition: UIElement.h:9
Definition: UIElement.h:21
Definition: IOnResizeReceiver.h:8
A two component vector.
Definition: Vector.h:13