Updated wrappers

This commit is contained in:
Robert Osfield
2007-09-14 11:02:06 +00:00
parent 69de74aedf
commit 97b66b877d
13 changed files with 303 additions and 33 deletions

View File

@@ -41,8 +41,8 @@ BEGIN_OBJECT_REFLECTOR(osgGA::AnimationPathManipulator)
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
"",
"");
I_Method1(void, setPrintOutTimingInfo, IN, bool, printOutTimingInfo,
Properties::NON_VIRTUAL,
__void__setPrintOutTimingInfo__bool,