فهرست منبع

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