Elaztek Developer Hub
Blamite Game Engine - Strings  00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamResourceGroup 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, BlamResourceresources
 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 BlamResourceGroup::group_name

The name/ID of this group.

◆ resources

std::map<std::string, BlamResource> BlamResourceGroup::resources

The list of resources contained within this group.


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