genesis-3d_engine/Engine/app/scriptbind/autogen/bind_soundhighpassfilter_component.xml
zhongdaohuan 6e8fbca745 genesis-3d engine version 1.3.
match the genesis editor version 1.3.0.653.
2014-05-05 14:50:33 +08:00

26 lines
761 B
XML

<?xml version="1.0" ?>
<root>
<class cppclass="SoundHighPassFilterComponent" csclass="SoundHighPassFilterComponent" csbase="Component">
<func name="Bind">
<param type="SoundHighPassFilterComponent">self</param>
</func>
<func name="GetCutoffFrequency">
<ret type ="float"></ret>
<param type="SoundHighPassFilterComponent">self</param>
</func>
<func name="SetCutoffFrequency">
<param type="SoundHighPassFilterComponent">self</param>
<param type="float">pvalue</param>
</func>
<func name="GetHighpassResonanceQ">
<ret type="float"></ret>
<param type="SoundHighPassFilterComponent">self</param>
</func>
<func name="SetHighpassResonanceQ">
<param type="SoundHighPassFilterComponent">self</param>
<param type="float">pvalue</param>
</func>
</class>
</root>