Lysa UI  0.0
Lysa UI —UI components for the Lysa Engine
OpenFileDialog::Filter Struct Reference

Detailed Description

A type of file displayed by the file dialogs.

Public Attributes

std::string name
 Name displayed by the dialog. More...
 
std::string patterns
 Extensions separated by a semicolon (eg "json;assets") More...
 

Member Data Documentation

std::string name

Name displayed by the dialog.

std::string patterns

Extensions separated by a semicolon (eg "json;assets")