We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAction jAction = new JAction(); jAction.Delay(0.5f).Do(Attack); await jAction.ExecuteAsync(true); void Attack() { Debug.Log("DoSomething"); } attack方法不会被调用。
The text was updated successfully, but these errors were encountered:
建议加入当jaction执行完毕时,可以通知外部执行完成的回调。
Sorry, something went wrong.
预计v1.0修复
No branches or pull requests
JAction jAction = new JAction();
jAction.Delay(0.5f).Do(Attack);
await jAction.ExecuteAsync(true);
void Attack()
{
Debug.Log("DoSomething");
}
attack方法不会被调用。
The text was updated successfully, but these errors were encountered: