MoodSwingCoreComponents.MSCamera.BirdsEyeView C# (CSharp) Method

BirdsEyeView() public method

public BirdsEyeView ( ) : void
return void
        public void BirdsEyeView()
        {
            shiftVector = startingLookAt;
            Rotate( new Vector2(-currYawRotation, (float)(Math.PI/.005)));
            while (Zoom(-1)) { }
            currYawRotation = 0;
        }