BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMK3DModelOption类 参考

#include <BMK3DModelOverlay.h>

类 BMK3DModelOption 继承关系图:
BMKTrace3DModelOption

属性

CGFloat scale
 缩放比例,默认1.0
 
BOOL zoomFixed
 scale不随地图缩放而变化,默认为NO
 
CGFloat rotateX
 旋转角度,取值范围为[0.0f, 360.0f],默认为0.0
 
CGFloat rotateY
 
CGFloat rotateZ
 
CGFloat offsetX
 偏移像素,默认为0.0
 
CGFloat offsetY
 
CGFloat offsetZ
 
BMK3DModelType type
 3D模型文件格式,默认BMK3DModelTypeObj
 
NSString * modelPath
 模型文件路径
 
NSString * modelName
 模型名
 
BOOL animationIsEnable
 
NSInteger animationRepeatCount
 模型动画重复执行次数,默认0:动画将一直执行动画,since 6.5.7
 
NSInteger animationIndex
 当前模型动画索引值,since 6.5.7
 
CGFloat animationSpeed
 模型动画倍速,默认:1.0,since 6.5.7
 

属性说明

◆ animationIndex

- (NSInteger) animationIndex
readwritenonatomicassign

当前模型动画索引值,since 6.5.7

◆ animationIsEnable

- (BOOL) animationIsEnable
readwritenonatomicassign

以下只支持带有animations标签的GLTF模型 模型动画是否可用,默认为NO:添加后不执行动画,值为YES时添加后立即按照配置参数执行动画,since 6.5.7

◆ animationRepeatCount

- (NSInteger) animationRepeatCount
readwritenonatomicassign

模型动画重复执行次数,默认0:动画将一直执行动画,since 6.5.7

◆ animationSpeed

- (CGFloat) animationSpeed
readwritenonatomicassign

模型动画倍速,默认:1.0,since 6.5.7

◆ modelName

- (NSString*) modelName
readwritenonatomiccopy

模型名

◆ modelPath

- (NSString*) modelPath
readwritenonatomiccopy

模型文件路径

◆ offsetX

- (CGFloat) offsetX
readwritenonatomicassign

偏移像素,默认为0.0

◆ offsetY

- (CGFloat) offsetY
readwritenonatomicassign

◆ offsetZ

- (CGFloat) offsetZ
readwritenonatomicassign

◆ rotateX

- (CGFloat) rotateX
readwritenonatomicassign

旋转角度,取值范围为[0.0f, 360.0f],默认为0.0

◆ rotateY

- (CGFloat) rotateY
readwritenonatomicassign

◆ rotateZ

- (CGFloat) rotateZ
readwritenonatomicassign

◆ scale

- (CGFloat) scale
readwritenonatomicassign

缩放比例,默认1.0

◆ type

- (BMK3DModelType) type
readwritenonatomicassign

3D模型文件格式,默认BMK3DModelTypeObj

◆ zoomFixed

- (BOOL) zoomFixed
readwritenonatomicassign

scale不随地图缩放而变化,默认为NO


该类的文档由以下文件生成: