Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-10 17:44:54 +00:00
parent ece6c2f672
commit 0e475106dc
134 changed files with 355 additions and 312 deletions

View File

@@ -318,12 +318,12 @@ BEGIN_OBJECT_REFLECTOR(osg::Uniform)
Properties::NON_VIRTUAL,
__C5_StateSet_P1__getParent__unsigned_int,
"Get a single const parent of this Uniform. ",
" param i index of the parent to get. return the parent i.");
" param i index of the parent to get. return the parent i. ");
I_Method0(unsigned int, getNumParents,
Properties::NON_VIRTUAL,
__unsigned_int__getNumParents,
"Get the number of parents of this Uniform. ",
"the number of parents of this Uniform. ");
"the number of parents of this Uniform. ");
I_Method1(bool, set, IN, float, f,
Properties::NON_VIRTUAL,
__bool__set__float,