mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 08:57:34 +01:00
21 lines
610 B
XML
21 lines
610 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAISeek" inherits="GSAISteeringBehavior">
|
|
<brief_description>
|
|
Calculates an acceleration to take an agent to a target agent's position directly.
|
|
</brief_description>
|
|
<description>
|
|
Calculates an acceleration to take an agent to a target agent's position directly.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="target" type="GSAIAgentLocation" setter="set_target" getter="get_target">
|
|
The target that the behavior aims to move the agent to.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|