You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add capability for a View to be flagged or a function called once fully mediated after creation.
Provides a way to ensure an Event is dispatched, especially useful when a View needs to fetch data upon creation, without having to wait some frames and hope it's mediated.
The text was updated successfully, but these errors were encountered:
…ors attached
Functionality added by creating a list of Mediators being added to the `View`, and once those are done - we call the `Ready()` function on the `IView` interface
robotlegs-sharp#18
Add capability for a View to be flagged or a function called once fully mediated after creation.
Provides a way to ensure an Event is dispatched, especially useful when a
View
needs to fetch data upon creation, without having to wait some frames and hope it's mediated.The text was updated successfully, but these errors were encountered: