Class HoneycombCell
Defined in File honeycomb_cell.h
Inheritance Relationships
Base Type
public sota::TileMesh(Class TileMesh)
Class Documentation
-
class HoneycombCell : public sota::TileMesh
Public Functions
-
HoneycombCell() = default
-
HoneycombCell(const HoneycombCell &other) = delete
-
HoneycombCell(HoneycombCell &&other) = delete
-
HoneycombCell &operator=(HoneycombCell &&rhs) = delete
-
inline virtual int get_id() override
-
void set_noise(Ref<FastNoiseLite> noise)
-
void set_selection_material(Ref<ShaderMaterial> p_selection_material)
-
void calculate_heights(float bottom_offset)
-
HoneycombCell(Hexagon hex, HoneycombCellMeshParams params)
Protected Static Functions
-
static void _bind_methods()
-
HoneycombCell() = default