Tencent_Panorama_SDK_v1.1.3
首页
类
文件
文件列表
QPanoramaCameraUpdate.h
1
//
2
// QPanoramaCameraUpdate.h
3
// QPanoramaKit_Debug
4
//
5
// Created by xfang on 15/3/3.
6
// Copyright (c) 2015年 tencent. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
14
@interface
QPanoramaCameraUpdate
: NSObject
15
23
+ (
QPanoramaCameraUpdate
*)rotateBy:(CGFloat)deltaHeading;
24
32
+ (
QPanoramaCameraUpdate
*)setHeading:(CGFloat)heading;
33
41
+ (
QPanoramaCameraUpdate
*)setPitch:(CGFloat)pitch;
42
50
+ (
QPanoramaCameraUpdate
*)setZoom:(CGFloat)zoom;
51
52
@end
QPanoramaCameraUpdate
用于场景视角更新
Definition:
QPanoramaCameraUpdate.h:14
QPanoramaCameraUpdate.h
制作者
1.8.10