mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
19 lines
578 B
XML
19 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAIAvoidCollisions" inherits="GSAIGroupBehavior">
|
|
<brief_description>
|
|
Steers the agent to avoid obstacles in its path. Approximates obstacles as spheres.
|
|
</brief_description>
|
|
<description>
|
|
Steers the agent to avoid obstacles in its path. Approximates obstacles as spheres.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="_callback" type="FuncRef" setter="set_callback" getter="get_callback" overrides="GSAIGroupBehavior" />
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|