Exemple #1
0
 void ZoomIntoCharacter()
 {
     state = State.ZoomingIntoCharacter;
     cameraControl.ZoomIntoFirstPerson();
 }