Skip to content

0.9.0

Choose a tag to compare

@CoderGamester CoderGamester released this 01 Nov 02:23
· 32 commits to master since this release
2bab5ef

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