textureId property

int? textureId

Returns the texture entry id that the Android view is rendering into.

Returns null if the Android view has not been successfully created, if it has been disposed, or if the implementation does not use textures.

Implementation

int? get textureId;