pandemonium_engine/modules/steering_ai/doc_classes/GSAIRigidBody2DAgent.xml

21 lines
659 B
XML
Raw Normal View History

2023-01-14 13:38:58 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GSAIRigidBody2DAgent" inherits="GSAISpecializedAgent" version="3.11">
<brief_description>
A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody2D.
2023-01-14 13:38:58 +01:00
</brief_description>
<description>
A specialized steering agent that updates itself every frame so the user does not have to using a RigidBody2D.
2023-01-14 13:38:58 +01:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="body" type="RigidBody2D" setter="set_body" getter="get_body">
The RigidBody2D to keep track of.
2023-01-14 13:38:58 +01:00
</member>
</members>
<constants>
</constants>
</class>