25 string fileName {
"resources/engine/textures/terrain_brush.png" };
40 for (
auto prototype:
prototypes)
delete prototype;
91 inline const vector<PrototypeTerrainBrushPrototype*>&
getPrototypes()
const {
101 if (idx < 0 || idx >=
prototypes.size())
return nullptr;
120 if (idx < 0 || idx >=
prototypes.size())
return false;
Prototype terrain brush prototype definition.
Prototype terrain brush prototype definition.
const string & getFileName() const
const vector< PrototypeTerrainBrushPrototype * > & getPrototypes() const
void setDensity(float density)
Set density.
void setFileName(const string &fileName)
Set texture file name.
PrototypeTerrainBrushPrototype * getPrototype(int idx)
Get prototype terrain brush prototype.
bool removePrototype(int idx)
Remove prototype terrain brush prototype.
void setSize(float size)
Set size.
PrototypeTerrainBrushPrototype * addPrototype()
Remove prototype terrain brush prototype.
vector< PrototypeTerrainBrushPrototype * > prototypes
PrototypeTerrainBrush()
Public constructor.
~PrototypeTerrainBrush()
Destructor.