OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::_ConfigOption Struct Reference

Packages the details of a configuration option. More...

#include <OgreConfigOptionMap.h>

Public Attributes

String currentValue
 
bool immutable
 
String name
 
StringVector possibleValues
 

Detailed Description

Packages the details of a configuration option.

Remarks
Used for RenderSystem::getConfigOptions. If immutable is true, this option must be disabled for modifying.

Member Data Documentation

◆ currentValue

String Ogre::_ConfigOption::currentValue

◆ immutable

bool Ogre::_ConfigOption::immutable

◆ name

String Ogre::_ConfigOption::name

◆ possibleValues

StringVector Ogre::_ConfigOption::possibleValues

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