#include <Forest.h>
Public Attributes | |
| float | m_probability |
| Probability that this species will occur at each grid node. | |
| float | m_deviation |
| Multiplyer for how deviated from the grid items should be. | |
| ParameterDict | m_parameters |
| Arbitrary parameters. | |
Species objects encapsulate all the data required to determine where instances of a given species occur, and how they are scattered in a Forest.
1.5.6