genesis-3d_engine/Engine/app/scriptbind/autogen/bind_application.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
386 B
XML

<?xml version='1.0'?>
<root>
<class cppclass="Application" csclass="Application">
<func name="OpenScene">
<ret type="bool"></ret>
<param type="String">sceneResID</param>
</func>
<func name="CloseScene">
<ret type="bool"></ret>
<param type="String">sceneResID</param>
</func>
<func name="Quit">
</func>
<func name="GetCurrentScene">
<ret type="Scene"></ret>
</func>
</class>
</root>