mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
24 lines
734 B
XML
24 lines
734 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAIAgentLocation" inherits="Reference">
|
|
<brief_description>
|
|
Represents an agent with only a location and an orientation.
|
|
</brief_description>
|
|
<description>
|
|
Represents an agent with only a location and an orientation.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="orientation" type="float" setter="set_orientation" getter="get_orientation" default="0.0">
|
|
The agent's orientation on its Y axis rotation.
|
|
</member>
|
|
<member name="position" type="Vector3" setter="set_position" getter="get_position" default="Vector3( 0, 0, 0 )">
|
|
The agent's position in space.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|