Updated wrappers
This commit is contained in:
@@ -35,50 +35,62 @@ BEGIN_VALUE_REFLECTOR(osg::Vec2b)
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const osg::Vec2b::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__C5_value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method2(void, set, IN, osg::Vec2b::value_type, x, IN, osg::Vec2b::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, set, IN, const osg::Vec2b &, rhs,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__C5_Vec2b_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type &, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type &, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type &, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type &, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__g,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2b::value_type, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__g,
|
||||
"",
|
||||
"");
|
||||
|
||||
Reference in New Issue
Block a user