textureId property

int? textureId
getter/setter pair

The unique ID of the camera preview texture provided by the native side. This ID is passed to the Texture widget to render the camera feed.

Implementation

int? textureId;