<?xml version="1.0" encoding="UTF-8" ?>
<class name="GSAIRigidBody2DAgent" inherits="GSAISpecializedAgent" version="4.3">
	<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>