WhiteMemberState Class Reference
currentApplianceName
@property (nonatomic, copy, readwrite, nullable) WhiteApplianceNameKey currentApplianceName
互动白板实时房间内当前使用的工具名称。初始工具为 pencil,无默认值。
strokeColor
@property (nonatomic, copy, readwrite, nullable) NSArray<NSNumber*> *strokeColor
线条颜色,为 RGB 格式,例如,(0, 0, 255) 表示蓝色。
strokeWidth
@property (nonatomic, strong, readwrite, nullable) NSNumber *strokeWidth
线条粗细。
textSize
@property (nonatomic, strong, readwrite, nullable) NSNumber *textSize
字体大小。
textColor
@property (nonatomic, copy, readwrite, nullable) NSArray<NSNumber*> *textColor
文本颜色,为 RGB 格式,例如,(0, 0, 255) 表示蓝色。
pencilEraserSize
@property (nonatomic, strong, readwrite, nullable) NSNumber *pencilEraserSize
局部橡皮擦大小。取值范围为 [1,3],值越大代表尺寸越大。
textCanSelectText
@property (nonatomic, assign, readwrite, nullable) NSNumber *textCanSelectText
是否开启在文字教具下直接选择并编辑文字。NSNumber取值为 bool 类型。
讨论
-
YES:开启。
-
NO:(默认)不开启。
dottedLine
@property (nonatomic, assign, readwrite, nullable) NSNumber *dottedLine
是否开启铅笔工具画虚线功能。NSNumber 取值为 bool 类型。 该功能要求设置 disableNewPencil 为 false。
讨论
-
YES:开启。
-
NO:(默认)不开启。