Results 1 comments of Marcin Smoła

Why not just change the setter from `x => startAngle = x` to `x => {startAngle = x; //OnUpdate inner code}`?