浏览代码

Add suggestion to start state machine in animation tree tutorial (#4652)

Charles 4 年之前
父节点
当前提交
174e67722c
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tutorials/animation/animation_tree.rst
  2. 二进制
      tutorials/animation/img/animtree18.png

+ 4 - 0
tutorials/animation/animation_tree.rst

@@ -261,3 +261,7 @@ Once retrieved, it can be used by calling one of the many functions it offers:
  .. code-tab:: csharp
 
     stateMachine.Travel("SomeState")
+
+The state machine must be running before you can travel. Make sure to either call ``start()`` or choose a node to **Autoplay on Load**.
+
+.. image:: img/animtree18.png

二进制
tutorials/animation/img/animtree18.png