mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
15 lines
476 B
XML
15 lines
476 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="NavigationObstacle3D" inherits="Node" version="4.0">
|
|
<brief_description>
|
|
3D Obstacle used in navigation for collision avoidance.
|
|
</brief_description>
|
|
<description>
|
|
3D Obstacle used in navigation for collision avoidance. The obstacle needs navigation data to work correctly. [NavigationObstacle3D] is physics safe.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|