Преглед на файлове

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. BIN
      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

BIN
tutorials/animation/img/animtree18.png