소스 검색

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