Elaztek Developer Hub
Blamite Game Engine - Strings  00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamResource Struct Reference

Structure representing a Keystone resource. More...

#include <resources.h>

Public Attributes

std::string id
 The ID of the resource. More...
 
std::string file_path
 The path to the file associated with this resource. More...
 

Detailed Description

Structure representing a Keystone resource.

Resources by themselves store very little - only an identifier and a file path. They are loaded from disk when used. They can be used for virtually anything - though are typically used for icons and images.

Themes can choose to override specific resources.

Member Data Documentation

◆ file_path

std::string BlamResource::file_path

The path to the file associated with this resource.

◆ id

std::string BlamResource::id

The ID of the resource.


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