pandemonium_engine/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.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>