Storage container for growth animation frame data. More...
#include <PlantArchitecture.h>
Data Fields | |
| std::map< uint, std::vector< std::shared_ptr< GrowthFrameSnapshot > > > | plant_frames |
| Map from plantID to vector of frame snapshots. | |
Storage container for growth animation frame data.
Definition at line 1815 of file PlantArchitecture.h.
| std::map<uint, std::vector<std::shared_ptr<GrowthFrameSnapshot> > > PlantGrowthAnimationStorage::plant_frames |
Map from plantID to vector of frame snapshots.
Definition at line 1817 of file PlantArchitecture.h.