genesis-3d_engine/Engine/app/scriptbind/autogen/bind_sounddistortionfilter_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

18 lines
519 B
XML

<?xml version="1.0" ?>
<root>
<class cppclass="SoundDistortionFilterComponent" csclass="SoundDistortionFilterComponent" csbase="Component">
<func name="Bind">
<param type="SoundDistortionFilterComponent">self</param>
</func>
<func name="GetDistortionLevel">
<ret type ="float"></ret>
<param type="SoundDistortionFilterComponent">self</param>
</func>
<func name="SetDistortionLevel">
<param type="SoundDistortionFilterComponent">self</param>
<param type="float">distortionLevel</param>
</func>
</class>
</root>