WhiteCameraConfig Class Reference

Inherits from WhiteObject
Declared in WhiteCameraConfig.h

Overview

用于配置白板视角参数。

  centerX

视角的中心点在世界坐标系(以白板初始化时的中心点为原点的坐标系)中的 X 轴坐标。不填则默认为 0

@property (nonatomic, strong, nullable) NSNumber *centerX

Declared In

WhiteCameraConfig.h

  centerY

视角的中心点在世界坐标系(以白板初始化时的中心点为原点的坐标系)中的 Y 轴坐标。不填则默认为 0

@property (nonatomic, strong, nullable) NSNumber *centerY

Declared In

WhiteCameraConfig.h

  scale

视角的缩放比例。

@property (nonatomic, strong, nullable) NSNumber *scale

Declared In

WhiteCameraConfig.h

  animationMode

视角调整时的动画模式,默认值为 WhiteAnimationModeContinuous。详见 WhiteAnimationMode

@property (nonatomic, assign) WhiteAnimationMode animationMode

Declared In

WhiteCameraConfig.h