-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Most of the views I have written reset most of their state per-frame, so setting a new value will get invalidated on the next frame.
But some views could totally support &mut access. This is kind of a hazy distinction and its why I've not implemented it so far.
Would there be many benefits to this function?
Ideally, state goes into the view from its builder and the view returns 'notable' state to the user from its View::update() function (via ui.show() and ui.show_children()).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested