tileHeight property
The height of each tile in pixels.
Implementation
int get tileHeight {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getTileHeight(
_handle,
errorHandler,
);
});
}
The height of each tile in pixels.
int get tileHeight {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileInfo_getTileHeight(
_handle,
errorHandler,
);
});
}