21#ifndef GF_MODEL_CONTAINER_H
22#define GF_MODEL_CONTAINER_H
31#ifndef DOXYGEN_SHOULD_SKIP_THIS
85 std::vector<Ref<Model>> m_models;
88#ifndef DOXYGEN_SHOULD_SKIP_THIS
A collection of models.
Definition: ModelContainer.h:54
void addModel(Model &model)
Add a model to the collection.
void update(Time time)
Update the models.
Model * removeModel(Model *model)
Remove a model from the collection.
A game object that can be updated.
Definition: Model.h:46
Represents a time value.
Definition: Time.h:65
The namespace for gf classes.