local function step(self, state, dt)
return {
value = self.__targetValue,
complete = true,
}
end
local function instant(targetValue)
__targetValue = targetValue,
step = step,
return instant