SDK/BaseWidget: Add Rendering rect

This commit is contained in:
Lynix
2019-07-05 22:25:45 +02:00
parent b214f48225
commit 7c045a50db
4 changed files with 26 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ Nazara Development Kit:
- Added Entity::OnEntity[Disabled|Enabled] signals
- Added BaseWidget::SetParent
- BaseWidget::Show will no longer show entities disabled by the widget
- BaseWidget now has a rendering rect property (allowing to tell a widget what part of it will be rendered)
# 0.4: