enablePlatformView property

bool? enablePlatformView
read / write

设置是否使用 Platform View 渲染;true 表示使用 Platform View 渲染;false 表示使用 Texture 渲染;默认为 false。目前 web 平台只支持使用 Platform View 渲染。使用 createCanvasView 接口时,如果不支持优先使用的渲染模式,则会自动使用另一个渲染模式。

Implementation

bool? enablePlatformView;