2024-02-03 16:28:56 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="BehaviorTreeView" inherits="Control" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
|
|
<brief_description>
|
2024-02-10 11:29:04 +00:00
|
|
|
Visualizes the current state of a [BehaviorTree] instance.
|
2024-02-03 16:28:56 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2024-02-10 11:29:04 +00:00
|
|
|
Visualizes the current state of a [BehaviorTree] instance. See also [BehaviorTreeData].
|
2024-02-03 16:28:56 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="update_tree">
|
|
|
|
<return type="void" />
|
2024-03-04 20:36:16 +00:00
|
|
|
<param index="0" name="behavior_tree_data" type="BehaviorTreeData" />
|
2024-02-03 16:28:56 +00:00
|
|
|
<description>
|
2024-02-10 11:29:04 +00:00
|
|
|
Updates the representation of a [BehaviorTree] instance. See also [BehaviorTreeData].
|
2024-02-03 16:28:56 +00:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
2024-02-17 14:03:18 +00:00
|
|
|
<members>
|
|
|
|
<member name="update_interval_msec" type="int" setter="set_update_interval_msec" getter="get_update_interval_msec" default="0">
|
2024-02-17 21:05:06 +00:00
|
|
|
Minimum delay between two updates (in milliseconds). Set to higher values for a lower CPU load.
|
2024-02-17 14:03:18 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
2024-02-29 22:00:35 +00:00
|
|
|
<signals>
|
|
|
|
<signal name="task_selected">
|
2024-03-04 20:36:16 +00:00
|
|
|
<param index="0" name="type_name" type="String" />
|
|
|
|
<param index="1" name="script_path" type="String" />
|
2024-02-29 22:00:35 +00:00
|
|
|
<description>
|
|
|
|
Emitted when a task item is selected in [BehaviorTreeView].
|
|
|
|
</description>
|
|
|
|
</signal>
|
|
|
|
</signals>
|
2024-02-03 16:28:56 +00:00
|
|
|
</class>
|