mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
21 lines
644 B
XML
21 lines
644 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAIRigidBody2DAgent" inherits="GSAISpecializedAgent">
|
|
<brief_description>
|
|
A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody2D.
|
|
</brief_description>
|
|
<description>
|
|
A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody2D.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="body" type="RigidBody2D" setter="set_body" getter="get_body">
|
|
The RigidBody2D to keep track of.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|