Elaztek Developer Hub
Blamite Game Engine - Keystone  00307.01.26.21.0804.blamite
A library that enables the use of Qt in Blamite's editing tools.
BlamKeystoneResourceGroup Struct Reference

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, BlamKeystoneResourceresources
 The list of resources contained within this group. More...
 

Detailed Description

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.

Member Data Documentation

◆ group_name

std::string BlamKeystoneResourceGroup::group_name

The name/ID of this group.

◆ resources

std::map<std::string, BlamKeystoneResource> BlamKeystoneResourceGroup::resources

The list of resources contained within this group.


The documentation for this struct was generated from the following file: