column property
The column of the tile key.
Implementation
int get column {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileKey_getColumn(_handle, errorHandler);
});
}
The column of the tile key.
int get column {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_TileKey_getColumn(_handle, errorHandler);
});
}