menu
flame package
documentation
components.dart
IsometricTileMapComponent
blockValue method
blockValue method
dark_mode
light_mode
blockValue
method
int
blockValue
(
Block
pos
)
Gets the block value from the matrix.
Implementation
int blockValue(Block pos) { return matrix[pos.y][pos.x]; }
flame package
documentation
components
IsometricTileMapComponent
blockValue method
IsometricTileMapComponent class