private void OnUpdateScale() { UpdateScale?.Invoke(); }
internal void RaiseUpdateScale(ref Vector3 s) => UpdateScale?.Invoke(s);