| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
#include <BMK3DModelOverlayView.h>
 
  
| 属性 | |
| BOOL | isClickable | 
| BOOL | draggable | 
| 模型是否可长按拖拽移动,默认NO。且isClickable为YES时生效。 | |
| BMK3DModelOverlay * | modelOverlay | 
| 该View对应的3DModel数据对象 | |
|  属性 继承自 BMKOverlayGLBasicView | |
| UIImage * | textureImage | 
| UIImage * | textureImageProgressForward | 
| UIImage * | textureImageProgressBackward | 
| BOOL | keepScale | 
| 纹理图片是否缩放,默认NO | |
|  属性 继承自 BMKOverlayView | |
| id< BMKOverlay > | overlay | 
| 关联的overlay对象 | |
| GLuint | strokeTextureID | 
| 关联的纹理对象ID | |
| 额外继承的成员函数 | ||
|  Protected 属性 继承自 BMKOverlayView | ||
| package id< BMKOverlay > | _overlay | |
| BMKMapRect | _boundingMapRect | |
| CGAffineTransform | _mapTransform | |
| id | _geometryDelegate | |
| id | _canDrawCache | |
| BOOL | keepScale | |
| CFTimeInterval | _lastTile | |
| CFRunLoopTimerRef | _scheduledScaleTimer | |
| struct { | ||
| unsigned int keepAlive:1 | ||
| unsigned int levelCrossFade:1 | ||
| unsigned int drawingDisabled:1 | ||
| unsigned int usesTiledLayer:1 | ||
| } | _flags | |
| - (nullable instancetype) initWith3DModelOverlay: | (BMK3DModelOverlay *) | modelOverlay | 
| 
 | readwritenonatomicassign | 
模型是否可长按拖拽移动,默认NO。且isClickable为YES时生效。
| 
 | readwritenonatomicassign | 
| 
 | readnonatomicassign | 
该View对应的3DModel数据对象