it there a way to tell an input parameter to not expire or recalculate the solution even if the value changes. basicly i want to register an input param and tell it to never expire the solution.
the point is to control the what updates a component.
for example i have a few custom components that are time based just like kangaroo, firefly and a few other. those components use a timer to expire the solution at set intervals.
but lets say you have a few properties on the component and during the simulation you change a value. this triggers an update, then the timer triggers an update, so now the animation is out of step because the slider i changed triggered an update before the timer did. also if the animation is not playing (timer off) and i change a value i do not want the component to update.
this scenario would apply to any event based component where the update occurs based on time and not inputs.