![]() |
Public API Reference |
![]() |
Contains multiple models. More...
#include <cstool/importkit.h>
Classes | |
class | Material |
A material for a mesh. More... | |
class | Model |
A model. More... | |
Public Member Functions | |
const Material & | GetMaterial (size_t index) |
Get a material. | |
size_t | GetMaterialCount () |
Get number of materials. | |
const Model & | GetModel (size_t index) const |
Get a model. | |
size_t | GetModelCount () const |
Return number of models. |
Contains multiple models.
Definition at line 60 of file importkit.h.
const Material& CS::Utility::ImportKit::Container::GetMaterial | ( | size_t | index | ) | [inline] |
Get a material.
Definition at line 182 of file importkit.h.
size_t CS::Utility::ImportKit::Container::GetMaterialCount | ( | ) | [inline] |
Get number of materials.
Definition at line 180 of file importkit.h.
const Model& CS::Utility::ImportKit::Container::GetModel | ( | size_t | index | ) | const [inline] |
Get a model.
Definition at line 152 of file importkit.h.
size_t CS::Utility::ImportKit::Container::GetModelCount | ( | ) | const [inline] |
Return number of models.
Definition at line 150 of file importkit.h.