![]() |
Blamite Game Engine - Keystone
00307.01.26.21.0804.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
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, BlamKeystoneResource > | 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 BlamKeystoneResourceGroup::group_name |
The name/ID of this group.
std::map<std::string, BlamKeystoneResource> BlamKeystoneResourceGroup::resources |
The list of resources contained within this group.