Scope
Description
Recalculate in CalculatorScope units.
Remarks
If it is a Calculator call from a callback for graphs, it will be recalculated in units of Update and LateUpdate calls.
When processing MonoBehaviour messages such as Update in user scripts, they are not grouped, so they are always recalculated.
If it has already been calculated in the scope, the behavior will be the same as RecalculateMode.Dirty.