We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee74bd5 commit ce0701eCopy full SHA for ce0701e
UnityStateMachine/UnityStateMachine.Tests/UnitTest1.cs
@@ -41,6 +41,7 @@ public void Test1()
41
// Send the current position
42
// Do not haves access to physics - use hook
43
// End and pause does not update position
44
+ // set type destination or angle (enum)
45
_context.Update(new Transform() { position = waypoints[0] });
46
done = false;
47
}
0 commit comments