0.9.0
What's Changed
- Added GetUi method to the IUiService. It requests the UiPresenter by directly using generic T
- Added IsVisible method to the IUiService. It requests the visibility state of UiPresenter
- Added IReadOnlyList property VisiblePresenters to the IUiService to allow external entities to access the list of visible UiPresenter
*Changed:
- Removed GetAllVisibleUi() method. Use IsVisible method instead
Full Changelog: 0.8.0...0.9.0