Antkeeper  0.0.1
Public Attributes | List of all members
ant_sting_phene Struct Reference

Trait that describes the sting of an ant. More...

#include <ant-sting-gene.hpp>

Public Attributes

bool present {false}
 Indicates whether a sting present or not. More...
 
std::shared_ptr< render::modelmodel
 3D model of the sting. More...
 

Detailed Description

Trait that describes the sting of an ant.

Definition at line 30 of file ant-sting-gene.hpp.

Member Data Documentation

◆ model

std::shared_ptr<render::model> ant_sting_phene::model

3D model of the sting.

Definition at line 36 of file ant-sting-gene.hpp.

◆ present

bool ant_sting_phene::present {false}

Indicates whether a sting present or not.

Definition at line 33 of file ant-sting-gene.hpp.


The documentation for this struct was generated from the following file: