OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::ParameterDef Class Reference

Definition of a parameter supported by a StringInterface class, for introspection. More...

#include <OgreStringInterface.h>

Public Member Functions

 ParameterDef (const String &newName, const String &newDescription, ParameterType newType)
 

Public Attributes

String description
 
String name
 
ParameterType paramType
 

Detailed Description

Definition of a parameter supported by a StringInterface class, for introspection.

Constructor & Destructor Documentation

◆ ParameterDef()

Ogre::ParameterDef::ParameterDef ( const String newName,
const String newDescription,
ParameterType  newType 
)
inline

Member Data Documentation

◆ description

String Ogre::ParameterDef::description

◆ name

String Ogre::ParameterDef::name

◆ paramType

ParameterType Ogre::ParameterDef::paramType

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