pandemonium_engine/modules/steering_ai/doc_classes/GSAIAvoidCollisions.xml

19 lines
592 B
XML
Raw Normal View History

2023-01-14 13:38:58 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-02-25 10:26:26 +01:00
<class name="GSAIAvoidCollisions" inherits="GSAIGroupBehavior" version="4.3">
2023-01-14 13:38:58 +01:00
<brief_description>
Steers the agent to avoid obstacles in its path. Approximates obstacles as spheres.
2023-01-14 13:38:58 +01:00
</brief_description>
<description>
Steers the agent to avoid obstacles in its path. Approximates obstacles as spheres.
2023-01-14 13:38:58 +01:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="_callback" type="FuncRef" setter="set_callback" getter="get_callback" overrides="GSAIGroupBehavior" />
</members>
<constants>
</constants>
</class>