WhiteDisplayerState Class Reference
globalState
@property (nonatomic, strong, readonly, nullable) WhiteGlobalState *globalState
房间的全局状态。详见 WhiteGlobalState。
roomMembers
@property (nonatomic, strong, readonly, nullable) NSArray<WhiteRoomMember*> *roomMembers
房间中所有的互动模式(具有读写权限)的用户。详见 WhiteRoomMember。
sceneState
@property (nonatomic, strong, readonly, nullable) WhiteSceneState *sceneState
当前场景目录下的场景状态。详见 WhiteSceneState。
cameraState
@property (nonatomic, strong, readonly, nullable) WhiteCameraState *cameraState
白板内部视角状态。详见 WhiteCameraState。
setCustomGlobalStateClass:
+ (BOOL)setCustomGlobalStateClass:(Class)clazz
设置自定义全局状态。
参数
参数名 | 描述 |
---|---|
clazz | 自定义全局状态类,自定义的 WhiteGlobalState 类必须继承 WhiteGlobalState,否则会清空该配置。
|
讨论
设置后,所有 WhiteGlobalState 都会转换为该类的对象。