Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instance data converters when attached to data binding objects
Instead of reusing converters across multiple data bind objects, we are now cloning them. This simplifies their memory management since we don't need to create data values when a conversion operation takes place. This also allows to store state on each instance. Which currently allows to store data bound properties instead of fetching them on every frame, and will enable in the future to have time based converters. Diffs= baf832a6ce Instance data converters when attached to data binding objects (#8664)
- Loading branch information