AddCommandHandler(string,Func<Coroutine>)
Method in Actions
Summary
public void AddCommandHandler(string commandName, Func<Coroutine> handler);
Parameters
Name
Description
string
commandName
System.Func<UnityEngine.Coroutine>
handler
Last updated
Was this helpful?