Description
Widgets are a type of UI element that appear on the screen.
Widget Setters and Getters
It seems that every setter/gettter method within a Widget maps to the XML. So if you specify the value of a widget in xml the setter will be set to that value.
OnLateUpdate(float dt)
this is called after a value is updated.