class
#include <bn_affine_bg_map_cell_info.h>
affine_bg_map_cell_info Manages the properties of an affine background map cell.
Constructors, destructors, conversion operators
- affine_bg_map_cell_info() defaulted constexpr
- Default constructor.
-
affine_bg_map_cell_info(affine_
bg_ map_ cell cell) explicit constexpr - Constructor.
Public functions
-
auto cell() const -> affine_
bg_ map_ cell constexpr - Returns the managed affine_bg_map_cell.
-
void set_cell(affine_
bg_ map_ cell cell) constexpr - Sets the managed affine_bg_map_cell.
- auto tile_index() const -> int constexpr
- Returns the referenced tile index.
- void set_tile_index(int tile_index) constexpr
- Sets the referenced tile index.
Friends
-
auto operator==(affine_
bg_ map_ cell_ info a, affine_ bg_ map_ cell_ info b) -> bool defaulted constexpr - Default equal operator.
Function documentation
bn:: affine_bg_map_cell_info:: affine_bg_map_cell_info(affine_ bg_ map_ cell cell) explicit constexpr
Constructor.
Parameters | |
---|---|
cell | Managed affine_bg_map_cell. |