private void OnDisable() { SetCameraPosition -= SetCamera; }
private void OnEnable() { SetCameraPosition += SetCamera; }