Updated wrappers
This commit is contained in:
@@ -43,11 +43,16 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::AnimationManagerBase)
|
||||
__void__buildTargetReference,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, registerAnimation, IN, osgAnimation::Animation *, animation,
|
||||
I_Method1(void, registerAnimation, IN, osgAnimation::Animation *, x,
|
||||
Properties::VIRTUAL,
|
||||
__void__registerAnimation__Animation_P1,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, unregisterAnimation, IN, osgAnimation::Animation *, x,
|
||||
Properties::VIRTUAL,
|
||||
__void__unregisterAnimation__Animation_P1,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, link, IN, osg::Node *, subgraph,
|
||||
Properties::VIRTUAL,
|
||||
__void__link__osg_Node_P1,
|
||||
|
||||
Reference in New Issue
Block a user