Updated wrappers
This commit is contained in:
@@ -62,7 +62,7 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Animation)
|
||||
I_Constructor0(____Animation,
|
||||
"",
|
||||
"");
|
||||
I_Constructor2(IN, const osgAnimation::Animation &, anim, IN, const osg::CopyOp &, x,
|
||||
I_Constructor2(IN, const osgAnimation::Animation &, x, IN, const osg::CopyOp &, x,
|
||||
____Animation__C5_osgAnimation_Animation_R1__C5_osg_CopyOp_R1,
|
||||
"",
|
||||
"");
|
||||
|
||||
@@ -28,6 +28,16 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::Channel)
|
||||
I_Constructor0(____Channel,
|
||||
"",
|
||||
"");
|
||||
I_Constructor1(IN, const osgAnimation::Channel &, channel,
|
||||
Properties::NON_EXPLICIT,
|
||||
____Channel__C5_Channel_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osgAnimation::Channel *, clone,
|
||||
Properties::PURE_VIRTUAL,
|
||||
__Channel_P1__clone,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, update, IN, float, time,
|
||||
Properties::PURE_VIRTUAL,
|
||||
__void__update__float,
|
||||
|
||||
Reference in New Issue
Block a user