Returns an empty Block, bound to a BlockMap. Useful for very marginal use-cases. Example use-case: You wish to delete a block (visually) but retain the collider and general block data structure, perhaps to facilitate raycasting against this empty space. Think: level editor. Definition:
Block GetEmptyBlock(BlockMap map)
|