Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
BlamKeystoneResource 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 BlamKeystoneResource::file_path

The path to the file associated with this resource.

◆ id

std::string BlamKeystoneResource::id

The ID of the resource.


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