Exemple #1
0
    void SwooshToCharacter(Transform otherCharacterCameraAnchor)
    {
        Dispossess();
        state = State.ChangingCharacter;

        bool swooshingToSocrates = characterIndex == 0;

        cameraControl.is3rdPersonOffsetLeft = swooshingToSocrates;
        cameraControl.SwooshToCharacter(otherCharacterCameraAnchor);
    }