Class PolygonWrapper

Inheritance Relationships

Base Type

  • public Node3D

Class Documentation

class PolygonWrapper : public Node3D

Public Functions

inline explicit PolygonWrapper(std::unique_ptr<RegularPolygon> polygon)
~PolygonWrapper() = default
PolygonWrapper(const PolygonWrapper &other) = delete
PolygonWrapper(PolygonWrapper &&other) = delete
PolygonWrapper &operator=(const PolygonWrapper &other) = delete
PolygonWrapper &operator=(PolygonWrapper &&other) = delete
inline RegularPolygon *polygon()
inline Ref<TileMesh> mesh()
inline int id() const
inline void set_mesh(Ref<TileMesh> tile_mesh, Node3D *parent)
inline PolyhedronTile *tile()