WhiteReadonlyMemberState Class Reference

Inherits from WhiteObject
Declared in WhiteMemberState.h

Overview

互动白板实时房间的工具状态(只读)。初始工具为 pencil,无默认值。

  currentApplianceName

互动白板实时房间内当前使用的工具名称。初始工具为 pencil,无默认值。

@property (nonatomic, copy, readonly) WhiteApplianceNameKey currentApplianceName

Declared In

WhiteMemberState.h

  strokeColor

线条颜色,为 RGB 格式,例如,(0, 0, 255) 表示蓝色。

@property (nonatomic, copy, readonly) NSArray<NSNumber*> *strokeColor

Declared In

WhiteMemberState.h

  strokeWidth

线条粗细。

@property (nonatomic, strong, readonly, nullable) NSNumber *strokeWidth

Declared In

WhiteMemberState.h

  textSize

字体大小。

@property (nonatomic, strong, readonly, nullable) NSNumber *textSize

Declared In

WhiteMemberState.h

  shapeType

当教具为 Shape 时,所选定的 shape 图形。

@property (nonatomic, strong, readonly, nullable) WhiteApplianceShapeTypeKey shapeType

Availability

2.12.24

Declared In

WhiteMemberState.h