![]() |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Structure representing a Keystone resource group. More...
#include <resources.h>
Public Attributes | |
std::string | group_name |
The name/ID of this group. More... | |
std::map< std::string, BlamResource > | resources |
The list of resources contained within this group. More... | |
Structure representing a Keystone resource group.
Resource groups are used to sort resources into separate groups. Typically, each application in the editing kit will have a group, with an additional 'shared' group which is used by most (if not all) applications.
std::string BlamResourceGroup::group_name |
The name/ID of this group.
std::map<std::string, BlamResource> BlamResourceGroup::resources |
The list of resources contained within this group.