AddCommandHandler(string,Action<T1, T2, T3, T4, T5>)
Method in Actions
Summary
public void AddCommandHandler<T1, T2, T3, T4, T5>(string commandName, Action<T1, T2, T3, T4, T5> handler);Parameters
Name
Description
string commandName
System.Action<T1, T2, T3, T4, T5> handler
PreviousAddCommandHandler(string,Func<T1, T2, T3, T4, Coroutine>)NextAddCommandHandler(string,Func<T1, T2, T3, T4, T5, IEnumerator>)
Last updated
Was this helpful?
