Options
All
  • Public
  • Public/Protected
  • All
Menu

视图对象

配置 View 对象、视图模式、视图背景颜色

Hierarchy

  • ZegoView

Index

Constructors

constructor

  • Parameters

    • reactTag: number
    • viewMode: ZegoViewMode
    • backgroundColor: number

    Returns ZegoView

Properties

Optional alphaBlend

alphaBlend: undefined | false | true

是否允许 alpha 混合图层渲染,默认为 false。

backgroundColor

backgroundColor: number

背景颜色,格式为 0xRRGGBB,默认为黑色即 0x000000

reactTag

reactTag: number

reactTag 是 native 和 js 识别各个 component 的标记,每一个根视图都必须有一个独一无二的 ractTag。

viewMode

viewMode: ZegoViewMode

视图模式,默认为 ZegoViewModeAspectFit

Generated using TypeDoc