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.
2 parents 9ed7cbf + dc3c449 commit e99595cCopy full SHA for e99595c
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