Documentation fixes
This commit is contained in:
parent
6b4c97e545
commit
91edd1c0b5
|
@ -1,8 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="BTInstance" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
<class name="BTInstance" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
|
Represents a runtime instance of a [BehaviorTree] resource.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
|
Can be created using the [method BehaviorTree.instantiate] method.
|
||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
|
@ -40,9 +42,7 @@
|
||||||
<method name="unregister_with_debugger">
|
<method name="unregister_with_debugger">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Unregisters the behavior tree instance from the debugger. This is typically
|
Unregisters the behavior tree instance from the debugger. This is typically not necessary, as the debugger will automatically unregister the instance when it is freed.
|
||||||
not necessary, as the debugger will automatically unregister the instance
|
|
||||||
when it is freed.
|
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="update">
|
<method name="update">
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
Stores and manages variables that will be used in constructing new [Blackboard] instances.
|
Stores and manages variables that will be used in constructing new [Blackboard] instances.
|
||||||
</member>
|
</member>
|
||||||
<member name="description" type="String" setter="set_description" getter="get_description" default="""">
|
<member name="description" type="String" setter="set_description" getter="get_description" default="""">
|
||||||
User-provided description of the BehaviorTree.
|
User-provided description of the [BehaviorTree].
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
<signals>
|
<signals>
|
||||||
|
|
Loading…
Reference in New Issue