pandemonium_engine/modules/steering_ai/doc_classes/GSAIRadiusProximity.xml

21 lines
714 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="GSAIRadiusProximity" inherits="GSAIProximity">
<brief_description>
Determines any agent that is in the specified list as being neighbors with the owner agent if they lie within the specified radius.
</brief_description>
<description>
Determines any agent that is in the specified list as being neighbors with the owner agent if they lie within the specified radius.
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="radius" type="float" setter="set_radius" getter="get_radius" default="0.0">
The radius around the owning agent to find neighbors in
</member>
</members>
<constants>
</constants>
</class>