mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
19 lines
687 B
XML
19 lines
687 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAICohesion" inherits="GSAIGroupBehavior">
|
|
<brief_description>
|
|
Calculates an acceleration that attempts to move the agent towards the center of mass of the agents in the area defined by the GSAIProximity.
|
|
</brief_description>
|
|
<description>
|
|
Calculates an acceleration that attempts to move the agent towards the center of mass of the agents in the area defined by the GSAIProximity.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="_callback" type="FuncRef" setter="set_callback" getter="get_callback" overrides="GSAIGroupBehavior" />
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|