enablePlatformView property

bool? enablePlatformView
read / write

Set whether to use Platform View for rendering, true: rendering using Platform View, false: rendering using Texture, default is false. Currently the web platform only supports rendering with Platform View. When using the createCanvasView interface, If the preferred render mode is not supported, another render mode is automatically used.

Implementation

bool? enablePlatformView;