Example #1
0
    public void AnimateCameraZoomTo()
    {
        const int zoom = 10;

        AnimateCamera(CameraUpdate.ZoomTo(zoom));
    }