UpdateCamera method

void UpdateCamera(
  1. Spatial cam
)

Implementation

void UpdateCamera(Spatial cam) {
  _camera = cam;
}