// Regular
void Update(){}

//When calculating physics
void FixedUpdate(){}

// When re-positioning camera
void LateUpdate(){}