Voltray Engine Docs
Loading...
Searching...
No Matches
Editor::Assets::AssetItem Struct Reference

Represents a single asset item in the file browser. More...

#include <AssetItem.h>

Public Attributes

std::string name
 
std::filesystem::path path
 
bool isDirectory = false
 
bool isGlobal = false
 
size_t fileSize = 0
 
std::string extension
 
bool isParentDir = false
 
std::string mimeType
 
bool isHidden = false
 
bool isReadOnly = false
 
std::filesystem::file_time_type lastModified
 

Detailed Description

Represents a single asset item in the file browser.

Member Data Documentation

◆ extension

std::string Editor::Assets::AssetItem::extension

◆ fileSize

size_t Editor::Assets::AssetItem::fileSize = 0

◆ isDirectory

bool Editor::Assets::AssetItem::isDirectory = false

◆ isGlobal

bool Editor::Assets::AssetItem::isGlobal = false

◆ isHidden

bool Editor::Assets::AssetItem::isHidden = false

◆ isParentDir

bool Editor::Assets::AssetItem::isParentDir = false

◆ isReadOnly

bool Editor::Assets::AssetItem::isReadOnly = false

◆ lastModified

std::filesystem::file_time_type Editor::Assets::AssetItem::lastModified

◆ mimeType

std::string Editor::Assets::AssetItem::mimeType

◆ name

std::string Editor::Assets::AssetItem::name

◆ path

std::filesystem::path Editor::Assets::AssetItem::path

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