NavigationMeshInstance.xml 842 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="NavigationMeshInstance" inherits="Spatial" version="3.4">
  3. <brief_description>
  4. Node that instances navigation meshes into a scenario.
  5. </brief_description>
  6. <description>
  7. NavigationMeshInstance is a node that takes a [NavigationMesh] resource and adds it to the current scenario by creating an instance of it.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="enabled" type="bool" setter="set_enabled" getter="is_enabled" default="true">
  15. If [code]true[/code], the navigation mesh will be used by [Navigation].
  16. </member>
  17. <member name="navmesh" type="NavigationMesh" setter="set_navigation_mesh" getter="get_navigation_mesh">
  18. The [NavigationMesh] resource for the instance.
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>