MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / ParameterDef

Function ParameterDef

OgreMain/include/OgreStringInterface.h:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 String description;
76 ParameterType paramType;
77 ParameterDef( const String &newName, const String &newDescription, ParameterType newType ) :
78 name( newName ),
79 description( newDescription ),
80 paramType( newType )
81 {
82 }
83 };
84 typedef vector<ParameterDef>::type ParameterList;
85

Callers 15

addBaseParametersMethod · 0.85
addBaseParametersMethod · 0.85
FontMethod · 0.85
addBaseParametersMethod · 0.85
addBaseParametersMethod · 0.85
ColourImageAffectorMethod · 0.85
RotationAffectorMethod · 0.85
ColourFaderAffector2Method · 0.85
initDefaultsMethod · 0.85
LinearForceAffectorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected