Super major update !! :)
update content
- Add animation system
- Added variable system (It can be regarded as modifying the underlying architecture.)
- Plugin has been fixed (But you need to update your content)
detail
variable system variable HValue.h
- HVBool
- HVString
- HVInt
- HVFloat
- HVImVec2
- HVImVec4
HWidget.h
subject to heavy modifications
However, it does not affect the Widgets previously added in DefaultWidget.h
and Plugin.
- Added
HValues
variable (variable system , Variable creation is now modernized) - Variety
WidgetSize
andMovePos
The variable type has been modified. Remember to modify the original call (e.g.WidgetSize.Get()->x
)
For more widget creation methods, please see wiki (wiki Already updated)