This makes it so all the necessary components get restored if the value field is missing.
It also adds a conversion layer so that an int config key (has a slider settings item) can be used to create a long (doesn't have a fancy settings item) shared value to drive an OrderOffset for example.
This makes it so all the necessary components get restored if the value field is missing. It also adds a conversion layer so that an
int
config key (has a slider settings item) can be used to create along
(doesn't have a fancy settings item) shared value to drive an OrderOffset for example.