EditorNavigationMeshGenerator.xml 653 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="EditorNavigationMeshGenerator" inherits="Object" version="3.3">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <methods>
  10. <method name="bake">
  11. <return type="void" />
  12. <argument index="0" name="nav_mesh" type="NavigationMesh" />
  13. <argument index="1" name="root_node" type="Node" />
  14. <description>
  15. </description>
  16. </method>
  17. <method name="clear">
  18. <return type="void" />
  19. <argument index="0" name="nav_mesh" type="NavigationMesh" />
  20. <description>
  21. </description>
  22. </method>
  23. </methods>
  24. <constants>
  25. </constants>
  26. </class>