Candera Widgets
More Property Types for Animations
It is now possible to animate widget properties of Rectangle and Margin types. Also, properties of Vector4 type for widgets are now supported and can be animated. Access to the properties by specifying an index has been added.
Widget MetaInfo Improvements
- The Widget Macros no longer move everything after the macros into the public scope of a class (bug before the changes in Candera).
- The internal CdaMetaInfo struct generated by the macros has been renamed to CMI (due to reduction in code size).
- New method for Widgets: WidgetBase::GetMetaInfo (in macro CdaWidgetDefEnd).
- Restructuring of the MetaInfo Macro implementation to reduce the code size dramatically.