OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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 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

References name, and paramType.

Member Data Documentation

◆ name

String Ogre::ParameterDef::name

Referenced by ParameterDef().

◆ paramType

ParameterType Ogre::ParameterDef::paramType

Referenced by ParameterDef().


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