We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f21e1 commit dc3c449Copy full SHA for dc3c449
README.md
@@ -7,4 +7,4 @@ Asynchronous state machines help you write smarter game logic.
7
- Support await OnExit
8
- If you enter a state called A, then state A behaves as follows.
9
`OnEnter (await) -> OnUpdate (await) -> Wait for ChangeState`
10
-- If you want to transition from state A to state B, you will wait until the Task of the Enter function in state A is finished.
+- If you want to transition from state A to state B, you will wait until the Task of the Enter/Exit function in state A is finished.
0 commit comments