Updated wrappers
This commit is contained in:
parent
6f3966038f
commit
613606dc7e
@ -68,9 +68,22 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::AudioSink)
|
|||||||
__void__setDelay__C5_double,
|
__void__setDelay__C5_double,
|
||||||
"",
|
"",
|
||||||
"");
|
"");
|
||||||
|
I_Method1(void, setVolume, IN, float, x,
|
||||||
|
Properties::VIRTUAL,
|
||||||
|
__void__setVolume__float,
|
||||||
|
"",
|
||||||
|
"");
|
||||||
|
I_Method0(float, getVolume,
|
||||||
|
Properties::VIRTUAL,
|
||||||
|
__float__getVolume,
|
||||||
|
"",
|
||||||
|
"");
|
||||||
I_SimpleProperty(double, Delay,
|
I_SimpleProperty(double, Delay,
|
||||||
__double__getDelay,
|
__double__getDelay,
|
||||||
0);
|
0);
|
||||||
|
I_SimpleProperty(float, Volume,
|
||||||
|
__float__getVolume,
|
||||||
|
__void__setVolume__float);
|
||||||
END_REFLECTOR
|
END_REFLECTOR
|
||||||
|
|
||||||
BEGIN_ENUM_REFLECTOR(osg::AudioStream::SampleFormat)
|
BEGIN_ENUM_REFLECTOR(osg::AudioStream::SampleFormat)
|
||||||
|
Loading…
Reference in New Issue
Block a user